Back to Apps

MCP Remote Static
by zekozhang
Remote proxy for MCP with static OAuth client support for marketplace and pre-registered OAuth clients.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
MCP Remote Static acts as a proxy that connects local MCP clients (like Claude Desktop, Cursor, and Windsurf) to remote MCP servers. It specifically adds support for static OAuth client configurations, allowing for a standardized authorization code flow in marketplace scenarios where client IDs and secrets are pre-registered.
Tools
- Remote Proxy: Routes MCP requests from local clients to a remote SSE/HTTP server.
- OAuth Handler: Manages the static OAuth 2.0 authorization flow and token exchange.
- Session Management: Maintains secure connectivity between the local client and the remote server.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"my-remote-server": {
"command": "npx",
"args": [
"mcp-remote-static",
"https://remote.mcp.server/sse",
"--static-oauth-client-info",
"{\"client_id\":\"your-id\",\"client_secret\":\"your-secret\"}"
]
}
}
}
Supported hosts
- claude
- cursor
- windsurf
Quick install
npx mcp-remote-staticInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Configure in ~/.cursor/mcp.json using npx mcp-remote-static.Windsurf
Configure in ~/.codeium/windsurf/mcp_config.json using npx mcp-remote-static.Claude Desktop
Configure in claude_desktop_config.json using npx mcp-remote-static with --static-oauth-client-info.





