
Authful MCP Proxy
by stephaneberle9
Adds an OAuth/OIDC authentication layer to remote MCP servers that lack built-in auth flows.
What it does
Acts as a secure bridge between MCP clients and remote MCP servers protected by token validation. It handles the full OIDC authentication flow (including browser-based login and PKCE), caches credentials locally, and automatically refreshes tokens.
Tools
This is a proxy server; it exposes the tools of the upstream MCP server it is configured to bridge to.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"protected-server": {
"command": "uvx",
"args": [
"authful-mcp-proxy",
"https://mcp-backend.company.com/mcp"
],
"env": {
"OIDC_ISSUER_URL": "https://auth.company.com",
"OIDC_CLIENT_ID": "your-client-id"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- Codex
Quick install
uvx authful-mcp-proxy <backend_url>Information
- Pricing
- free
- Published
- 5/20/2026
- stars






