ultimate_mcp_client

Dicklesworthstone/ultimate_mcp_client
★ 147 stars Python AI/LLM Updated 3mo ago
Async Python client for the Model Context Protocol with interactive CLI and reactive Web UI, connecting AI models to MCP servers via stdio and SSE
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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

Topics

ai-agentsclimcppythonweb-ui