Skip to content
Cursor

vibe mcp for Cursor

io.github.vibecodinginc/vibe-mcp

Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers

client:Cursor transport:stdio runtime:npm

Install vibe mcp in Cursor

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

{
  "mcpServers": {
    "vibe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slashvibe-mcp"
      ]
    }
  }
}

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

vibe mcp in other clients