mcp-server-auth-template

brunovicco/mcp-server-auth-template
★ 0 stars Python Security Updated today
OAuth 2.1 resource-server template for MCP servers, verifying bearer tokens from Microsoft Entra ID or any OIDC-compliant authorization server (MCP 2026-07-28 spec)
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-server-auth-temp": {
      "command": "uvx",
      "args": [
        "mcp-server-auth-template"
      ]
    }
  }
}

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

README Excerpt

*[Leia em português](README.pt-BR.md)* A reusable template for an MCP server that acts as an OAuth 2.1 **resource server** - never an authorization server - against either Microsoft Entra ID or any standards-compliant OIDC authorization server (Auth0, Keycloak, WorkOS AuthKit, ...). Targets the MCP **2026-07-28**

Topics

authenticationentra-idmcpmodel-context-protocoloauth2oidcopenid-connectpythonresource-servertemplate