SSE-MCP-Toolkit

keybindz/SSE-MCP-Toolkit
★ 1 stars Python 🤖 AI/LLM Updated 10mo ago
All you need to build your own SSE MCP Clients and Servers to equip any LLM agent with all kinds of tools.
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": {
    "sse-mcp-toolkit": {
      "command": "uvx",
      "args": [
        "sse-mcp-toolkit"
      ]
    }
  }
}

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