Add authentication to Next.js apps through AI coding agents. Create projects, configure auth methods (email/password, magic link, email OTP, Google OAuth), set password policies, and scaffold auth code - all via MCP tools in Claude Desktop, Cursor, or Windsurf.
服务器配置
{
"mcpServers": {
"vibelogin": {
"command": "npx",
"args": [
"-y",
"@vibelogin/mcp@latest"
],
"env": {
"VIBELOGIN_API_URL": "https://api.vibelogin.com",
"VIBELOGIN_CONSOLE_URL": "https://app.vibelogin.com"
}
}
}
}