Skip to content
Cursor

goatcounter mcp for Cursor

io.github.mrfentmen/goatcounter-mcp

GoatCounter stats: totals, hits, breakdowns.

client:Cursor transport:stdio runtime:npm

Install goatcounter mcp in Cursor

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

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

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

goatcounter mcp in other clients