Vibelogin Mcp
@vibelogin
About Vibelogin Mcp
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vibelogin": {
"command": "npx",
"args": [
"-y",
"@vibelogin/mcp@latest"
],
"env": {
"VIBELOGIN_API_URL": "https://api.vibelogin.com",
"VIBELOGIN_CONSOLE_URL": "https://app.vibelogin.com"
}
}
}
}Tools
6Authenticate via loopback OAuth
List all projects in your org
Create a new project
Look up a project by id or slug
Enable auth methods, set password policy, wire up Google OAuth
Scaffold auth files into a Next.js project
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.
More Developer Tools MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP server to deploy code to Google Cloud Run
GoogleCloudPlatformMCP server to deploy apps to Cloud Run
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Huoshan Test
volcengine🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
Comments