Vibelogin Mcp
@vibelogin
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.
Overview
What is Vibelogin Mcp?
Vibelogin Mcp is an MCP server that lets AI coding agents add authentication to any Next.js application. It integrates with the VibeLogin platform to create and manage authentication projects, configure auth methods and policies, and scaffold ready-to-use auth code into a Next.js app.
How to use Vibelogin Mcp?
Vibelogin Mcp provides a set of MCP tools that AI coding agents can invoke to manage VibeLogin projects and scaffold authentication code. These tools include auth (loopback OAuth), list_projects, create_project, get_project, configure_auth, and add_auth_to_project. No client-side installation or configuration details are provided in the README.
Key features of Vibelogin Mcp
- Create and manage VibeLogin projects
- Configure multiple auth methods (email/password, magic link, email OTP, Google OAuth)
- Set password policies (minimum length, complexity, common password blocking)
- Scaffold auth code (middleware, routes, providers) into a Next.js app
- Auto-install the
@vibelogin/nextjsSDK
Use cases of Vibelogin Mcp
- An AI agent sets up authentication in a new Next.js project during scaffolding
- A developer adds Google OAuth to an existing Next.js app via an agent conversation
- An agent configures password complexity rules and blocks common passwords
- A team automates auth setup across multiple Next.js projects
FAQ from Vibelogin Mcp
What authentication methods does Vibelogin Mcp support?
It supports email/password, magic link, email OTP, and Google OAuth. These are configured through the configure_auth tool.
Which framework does Vibelogin Mcp work with?
Vibelogin Mcp is designed specifically for Next.js applications. It scaffolds middleware, routes, and providers that integrate with the Next.js App Router.
Does Vibelogin Mcp require a VibeLogin account?
Yes, you need a VibeLogin account to create and manage projects. The server lists projects in your org and requires authentication via the auth tool.
How does Vibelogin Mcp add auth code to my app?
The add_auth_to_project tool scaffolds authentication files (middleware, route handlers, providers) directly into your Next.js project and automatically installs the @vibelogin/nextjs SDK.
What password policies can I configure?
You can set minimum length, complexity requirements, and block common or compromised passwords. All are managed through the configure_auth tool.