mcp-toolsets

developmentseed/mcp-toolsets
★ 1 stars Python Code/Dev Tools Updated today
Scaffold and POC of an MCP service where tool contributors can have tools automatically available without writing any infrastructure code themselves
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-toolsets": {
      "command": "uvx",
      "args": [
        "mcp-toolsets"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolsets