The mcp-auth server provides authentication for MCP servers. It exposes OAuth 2.0 and JWT token validation tools. It connects to identity providers like Google, GitHub, and Auth0. Developers use it to secure their MCP servers with minimal setup.
The mcp-auth server provides authentication for MCP servers. It exposes OAuth 2.0 and JWT token validation tools. It connects to identity providers like Google, GitHub, and Auth0. Developers use it to secure their MCP servers with minimal setup.
npx -y mcp-authAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-auth-npm": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-auth"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-auth?"
API Key Required
This server requires an API key from mcp-auth. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP-AUTH_API_KEY | Yes | Your mcp-auth API key |
"What resources are available in mcp-auth?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-auth"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-auth with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.