mcp-toolkit

tlcharchar/mcp-toolkit
★ 1 stars Python 🔌 API Integration Updated 10d ago
Python SDK for building MCP Servers — wraps REST APIs and OpenAPI specs as MCP tools
View on GitHub →

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-toolkit": {
      "command": "uvx",
      "args": [
        "mcp-toolkit"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolkit