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