llm-mcp-client

simonw/llm-mcp-client
★ 0 stars Python AI/LLM Updated today
Access tools from MCP servers as LLM tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-mcp-client": {
      "command": "uvx",
      "args": [
        "llm-mcp-client"
      ]
    }
  }
}

Or install with pip: pip install llm-mcp-client

README Excerpt

Access tools from MCP servers as LLM tools Install this plugin in the same environment as [LLM](https://llm.datasette.io/). ```bash llm install llm-mcp-client ``` This plugin registers a toolbox called `MCP` which connects to an [MCP](https://modelcontextprotocol.io/) server, discovers the tools it exposes and makes them available as LLM tools.