mcp-client-kit

svd/mcp-client-kit
★ 0 stars Python Code/Dev Tools Updated today
Generate typed Python wrappers for any MCP server (codegen skill + CLI)
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": {
    "mcp-client-kit": {
      "command": "uvx",
      "args": [
        "mcp-client-kit"
      ]
    }
  }
}

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

README Excerpt

**Write your MCP server wrappers once — from the live server. Keep them as real Python source you can diff, review, and pin.** `mcpgen` turns any MCP server into a typed Python module: one `async def` per tool, real return types, no live server needed to read it. Call your tools from code instead of pumping their schemas through the model's context — the pattern Anthropic measured at up to **98% token reduction**.

Tools (1)

discover