P
Plausible
Featured
🗄️ Data & Files
Query your Plausible Analytics — privacy-first, cookie-free web analytics — through the Sentry-maintained hosted MCP server. Pull traffic and conversions over time, break down by page, source, country or device, and compare periods side by side. Read-only; connect with your own Plausible API key.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"plausible": {
"type": "http",
"url": "https://plausible-mcp.sentry.dev/mcp",
"headers": {
"Authorization": "Bearer your-access-token"
}
}
}
}