mcp-client-auth-template

brunovicco/mcp-client-auth-template
★ 0 stars Python Security Updated 6d ago
Reusable template for a native/CLI MCP client that authenticates via OAuth 2.1 (Entra ID or generic OIDC) and calls tools on an MCP resource server.
View on GitHub → 🔍 Audit Wallet Slippage →

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-client-auth-temp": {
      "command": "uvx",
      "args": [
        "mcp-client-auth-template"
      ]
    }
  }
}

Or install with pip: pip install mcp-client-auth-template

Topics

authenticationentra-idmcpmcp-clientoauth2oidcopenid-connectpythontemplate