Remote
Freeby MCP Community
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
v0.1.38Added Apr 12, 2026
mcpstdiosseremoteoauth
Remote MCP Server
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
Installation
npx -y mcp-remote
Reviews
Installation
Quick install
npx -y mcp-remote
Add to claude_desktop_config.json
{
"mcpServers": {
"remote": {
"command": "npx",
"args": ["-y", "mcp-remote"]
}
}
}