Skip to content
Cursor

mcp for Cursor

dev.dungbeetle/mcp

Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.

client:Cursor transport:stdio runtime:npm

Install mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dungbeetle-mcp"
      ],
      "env": {
        "DUNGBEETLE_AGENT_TOKEN": "<DUNGBEETLE_AGENT_TOKEN>",
        "DUNGBEETLE_CLIENT_ID": "<DUNGBEETLE_CLIENT_ID>",
        "DUNGBEETLE_CLIENT_SECRET": "<DUNGBEETLE_CLIENT_SECRET>",
        "DUNGBEETLE_SERVER_URL": "<DUNGBEETLE_SERVER_URL>"
      }
    }
  }
}

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

mcp in other clients