Skip to content
Cursor

openpanel mcp for Cursor

io.github.mrfentmen/openpanel-mcp

OpenPanel analytics: metrics, live, pages, referrers.

client:Cursor transport:stdio runtime:npm

Install openpanel mcp in Cursor

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

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

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

openpanel mcp in other clients