Submit

MCP-OAUTH2-PROXY

Server Config

{
  "mcpServers": {
    "remote-oauth2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-oauth2-proxy"
      ],
      "env": {
        "UPSTREAM_URL": "https://mcp.example.com/mcp",
        "OAUTH2_GRANT": "authorization_code",
        "OAUTH2_CLIENT_ID": "<your-client-id>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

MCP-OAUTH2-PROXY MCP Client