Description

Authentication and Authorization Proxy for MCP Servers.

Installation

npx -y open-mcp-auth-proxy
npm install open-mcp-auth-proxy
git clone https://github.com/wso2/open-mcp-auth-proxy

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "open-mcp-auth-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "open-mcp-auth-proxy"
      ]
    }
  }
}