Nextauth Authentication
MCP Serverby Mindrally · Added 5mo ago
Claude
8
Install
git clone https://github.com/Mindrally/skillsAdd to Claude
claude mcp add nextauth-authenticationQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"nextauth-authentication": {
"command": "npx",
"args": [
"@modelcontextprotocol/nextauth-authentication"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Guidelines for implementing NextAuth.js (Auth.js v5) authentication in Next.js applications with session management and security best practices
Tags
developmenttypescriptgobashreactskill