mcp-toolbox

MukundaKatta/mcp-toolbox
★ 1 stars Python 🤖 AI/LLM Updated today
A lightweight Python toolkit for building MCP-compatible tool servers. Auto-generates schemas from type hints, supports decorators, and handles JSON-RPC protocol.
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

Topics

ai-agentsdeveloper-toolsjson-rpcllmmcpmodel-context-protocolpythontool-server