loading…
Search for a command to run...
loading…
Plug and play auth for Model Context Protocol (MCP) servers
Plug and play auth for Model Context Protocol (MCP) servers
GitHub branch check runs codecov NPM version npm bundle size License
The MCP spec requires OAuth 2.1 and other RFCs for auth. Instead of spending weeks on them, use MCP Auth to connect to an trusted provider with a few lines of code.
Check out the MCP-compatible providers to see which providers are supported. It also includes a tool for real-time checking of provider compatibility.
npm install mcp-auth
Or use your package manager of choice, such as pnpm or yarn.
See the documentation for the full guide.
Join the MCP Auth org discussion to ask questions or share your feedback.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"auth": {
"command": "npx",
"args": [
"-y",
"mcp-auth"
]
}
}
}