Skip to content
Cursor

vibelogin mcp for Cursor

io.github.snrniranjan/vibelogin-mcp

Add authentication to your app without leaving your IDE.

client:Cursor transport:stdio runtime:npm

Install vibelogin mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vibelogin-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vibelogin/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibelogin mcp in other clients