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
DevDocs by CyberAGI π
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Deepwiki MCP Server
regenrekπ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw β programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments