mcp-toolkit

exycfs/mcp-toolkit
★ 2 stars Python File System Updated today
Production-ready MCP servers for databases, filesystems, and developer tools. Plug-and-play Model Context Protocol implementations.
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-toolkit": {
      "command": "uvx",
      "args": [
        "mcp-toolkit"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolkit