Connect local LLM clients to OAuth-protected remote MCP servers securely.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-auth-proxy" yet — see the docs or source repo.
I have a local LLM harness that only supports stdio, and I need to connect it to a remote MCP server that requires OAuth login. Explain how to use mcp-auth-proxy to connect and outline the authentication flow.
A setup guide describing the stdio-to-remote MCP bridge and the browser-based authentication flow.
Explain how mcp-auth-proxy automatically refreshes OAuth tokens when accessing a remote MCP server, and provide configuration advice for a long-running proxy.
An explanation of token renewal, suitable use cases, and configuration tips to reduce authentication interruptions.
My MCP client fails to log in to a remote service through mcp-auth-proxy. List common causes, including PKCE browser login, callback handling, and network configuration issues, and provide troubleshooting steps.
A prioritized troubleshooting checklist to identify authentication and connectivity issues.
Secure MCP server enabling OAuth 2.1 and PKCE for remote LLM connections
Bridge MCP traffic between Streamable HTTP and stdio for easier integration.
Build and test an HTTP MCP server with OAuth 2.0 authentication flow.
Connect stdio-only MCP clients to IFTTT remote MCP services securely.
Deploy a secure MCP OAuth 2.1 server with monitoring and analytics.
Deploy an authless remote MCP server and connect AI clients via SSE.