Skip to content
Cursor

MCP Pirsch for Cursor

io.github.verygoodplugins/mcp-pirsch

Pirsch Analytics with natural language queries and trend analysis

client:Cursor transport:stdio runtime:npm

Install MCP Pirsch in Cursor

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

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

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

MCP Pirsch in other clients