How to use a remote SSE MCP server inside Claude Desktop
Wann einsetzen: Your team runs a gateway at https://mcp.team.internal but Claude Desktop only speaks stdio.
Voraussetzungen
- uv or pipx — brew install uv
Ablauf
-
Install mcp-proxyRun: uv tool install mcp-proxy✓ Kopiert→ mcp-proxy on PATH
-
Configure Claude DesktopAdd an MCP entry: command=mcp-proxy, args=['--headers','Authorization','Bearer $TOKEN','https://mcp.team.internal/sse'].✓ Kopiert→ Claude Desktop connects on restart
-
VerifyIn Claude, ask: what tools do you have?✓ Kopiert→ Remote tools listed
Ergebnis: Remote server usable from stdio-only clients.
Fallstricke
- Auth header not picked up — Use --headers syntax exactly; some clients mangle env var interpolation — expand the token yourself