mcp-toolbox

ai-zerolab/mcp-toolbox
★ 28 stars Python 🤖 AI/LLM Updated 6d ago
Maintenance of a set of tools to enhance LLM through MCP protocols.
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-toolbox": {
      "command": "uvx",
      "args": [
        "mcp-toolbox"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolbox