MCPAuth provides OAuth 2.0 authentication for MCP servers. It exposes endpoints for token issuance, validation, and user management. Connects to databases for user storage and integrates with external identity providers via OAuth 2.0. Developers use it to secure MCP applications with self-hosted authentication.
MCPAuth provides OAuth 2.0 authentication for MCP servers. It exposes endpoints for token issuance, validation, and user management. Connects to databases for user storage and integrates with external identity providers via OAuth 2.0. Developers use it to secure MCP applications with self-hosted authentication.
npx -y rootAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcpauth-mcpauth-github": {
"command": "npx",
"args": [
"-y",
"npx -y root"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcpauth?"
API Key Required
This server requires an API key from mcpauth. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCPAUTH_API_KEY | Yes | Your mcpauth API key |
"What resources are available in mcpauth?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcpauth"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcpauth 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.