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