mcp-server-toolkit

sarmakska/mcp-server-toolkit
★ 0 stars Python 🤖 AI/LLM Updated today
Production-ready Model Context Protocol server starter with auth, tracing, and a plugin system. Python + FastAPI + MCP.
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-server-toolkit": {
      "command": "uvx",
      "args": [
        "mcp-server-toolkit"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-toolkit

Topics

ai-agentsdevtoolsfastapillm-toolsmcpmodel-context-protocoloauthopentelemetryplugin-systempython