Authentication for Next.js. OAuth providers, JWT, and database sessions.
npx -y @nextauth/mcp-server-nextauth-js
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"nextauth-js": {
"command": "npx",
"args": ["-y", "@nextauth/mcp-server-nextauth-js"]
}
}
}
```
authenticate_userverify_tokenmanage_sessionscheck_permissionsAuthentication for Next.js. OAuth providers, JWT, and database sessions.
Language: TypeScript
Category: Security