mcp-sse

sidharthrajaram/mcp-sse
★ 304 stars Python 🤖 AI/LLM Updated 2mo ago
A working pattern for SSE-based MCP clients and servers
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-sse": {
      "command": "uvx",
      "args": [
        "mcp-sse"
      ]
    }
  }
}

Or install with pip: pip install mcp-sse

Topics

agentsllmmcptool-use