mcpbeat

Plausible Analytics MCP Server

io.usefulapi/plausible-analytics
answering

Plausible Analytics is answering right now. Last checked 12 min ago. It exposes 8 tools. Last commit 1 Aug 2026.

Query site stats, realtime visitors, breakdowns and goals from Plausible Analytics.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
25.3%
Uptime 24h
23 of 91 checks
8
Tools
read from the server
194 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add plausible-analytics --transport http https://plausible-analytics.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "plausible-analytics": {
      "url": "https://plausible-analytics.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.plausible-analytics]
url = "https://plausible-analytics.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "plausible-analytics": {
      "url": "https://plausible-analytics.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "plausible-analytics": {
      "url": "https://plausible-analytics.usefulapi.io/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

plausible
plausible_aggregate
Convenience: aggregate totals for the given metrics over a date range (no group-by). Plausible: POST /api/v2/query with no dimensions.
plausible_breakdown
Convenience: break metrics down by a single property (dimension), e.g. visit:source or event:page. Plausible: POST /api/v2/query with dimensions=[property].
plausible_get_site
Get a single site by its domain (timezone, etc.). Requires an enterprise plan. Plausible: GET /api/v1/sites/{site_id}.
plausible_list_goals
List the goals (conversions) configured for a site. Requires an enterprise plan. Plausible: GET /api/v1/sites/goals.
plausible_list_sites
List the sites the API key can access (domain + timezone), with cursor pagination. Requires an enterprise plan. Plausible: GET /api/v1/sites.
plausible_query_stats
The full-power Stats API query. Compute metrics over a date range, optionally grouped by dimensions and narrowed by filters, with ordering, includes, and pagination. Plausible: POST /api/v2/query.
plausible_realtime_visitors
Get the number of current visitors on a site (active in the last 5 minutes). Returns a single integer. Plausible: GET /api/v1/stats/realtime/visitors.
plausible_timeseries
Convenience: metrics over time, grouped by a time interval. Plausible: POST /api/v2/query with dimensions=[interval].

Endpoints

URLTransportStateLatencyChecked
https://plausible-analytics.usefulapi.io/mcp streamable-http answering 176 ms 12 min ago

Plausible Analytics — questions

Answers built from our own checks of this server.

What can Plausible Analytics do?
It exposes 8 tools, read directly from the server on our last check. Among them: plausible_aggregate, plausible_breakdown, plausible_get_site, plausible_list_goals, plausible_list_sites, plausible_query_stats and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Plausible Analytics working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 23 of 91 checks got a reply (25.3%), average response time 194 ms. The bar chart above shows every period we have measured.
How do I connect Plausible Analytics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Plausible Analytics need an API key?
No. Plausible Analytics completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Plausible Analytics?
It answers our handshake in 194 ms on average, which is faster than 64% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Plausible Analytics open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.