Skip to content
Cursor

plausible mcp server for Cursor

io.github.friendlygeorge/plausible-mcp-server

MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...

client:Cursor transport:stdio runtime:npm

Install plausible mcp server in Cursor

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

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

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

plausible mcp server in other clients