
MCP Remote
Supports UIby geelen
Remote proxy for Model Context Protocol, enabling local-only clients to connect to remote servers using OAuth.
What it does
mcp-remote acts as a bridge between MCP clients that only support local stdio transport and remote MCP servers. It allows users to access hosted servers securely via OAuth without needing to run the full server code on their own local machine.
Tools
- Proxy Tool: Forwards requests from a local stdio client to a remote SSE/HTTP server.
- OAuth Handler: Manages the authentication flow and token refreshing for remote access.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"remote-example": {
"command": "npx",
"args": [
"mcp-remote",
"https://remote.mcp.server/sse"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
Quick install
npx mcp-remote <server-url>Information
- Pricing
- free
- Published
- 5/14/2026
- stars






