Skip to content
Cursor

mcp vibe checker for Cursor

io.github.webmoleai/mcp-vibe-checker

Vibe-check your code — personality types, energy ratings, aesthetic suggestions.

client:Cursor transport:stdio runtime:npm

Install mcp vibe checker in Cursor

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

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

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

mcp vibe checker in other clients