Vibelogin Mcp
@vibelogin
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vibelogin": {
"command": "npx",
"args": [
"-y",
"@vibelogin/mcp@latest"
],
"env": {
"VIBELOGIN_API_URL": "https://api.vibelogin.com",
"VIBELOGIN_CONSOLE_URL": "https://app.vibelogin.com"
}
}
}
}工具
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
概览
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.
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
test
prysmaticlabsGo implementation of Ethereum proof of stake
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论