mcp-client-python

nicculus/mcp-client-python
★ 0 stars Python API Integration Updated today
Python client library and CLI for connecting to a serverless MCP server
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": {
    "mcp-client-python": {
      "command": "uvx",
      "args": [
        "mcp-client-python"
      ]
    }
  }
}

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

README Excerpt

> **This repo has moved.** Development continues at > [nicculus/simple-mcp](https://github.com/nicculus/simple-mcp/tree/main/client/python), > a monorepo combining this client, [mcp-client](https://github.com/nicculus/mcp-client), > and [mcp-infra](https://github.com/nicculus/mcp-infra). This repo will be archived.