MCP Oauth Proxy acts as an proxy authorization server to use enterprise managed authorization for MCP and A2A use cases
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-oauth-proxy": {
"command": "npx",
"args": [
"-y",
"AthenZ/mcp-oauth-proxy"
]
}
}
}
Run in terminal:
claude mcp add mcp-oauth-proxy npx -y AthenZ/mcp-oauth-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-oauth-proxy": {
"command": "npx",
"args": [
"-y",
"AthenZ/mcp-oauth-proxy"
]
}
}
}