MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-friendlygeorge-plausible-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP Security Weekly
Get CVE alerts and security updates for io.github.friendlygeorge/plausible-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Plausible Analytics — privacy-friendly web analytics. Query traffic, conversions, sources, and device breakdowns from any MCP-compatible AI assistant.
| Tool | Description |
|---|---|
query_stats | Full flexible stats query (the main endpoint) |
realtime_visitors | Current real-time visitor count |
get_breakdown | Breakdown by any dimension (source, page, country, etc.) |
get_timeseries | Metrics over time with configurable intervals |
list_sites | List all sites in your account |
get_site | Get site details |
get_custom_events | Custom event breakdown |
get_entry_pages | Top landing pages |
get_exit_pages | Top exit pages |
get_utm_stats | UTM campaign/source/medium breakdowns |
get_device_stats | Browser, OS, screen size breakdowns |
get_goals | Conversion stats for all goals |
Add to your MCP client config (e.g. Claude Desktop, Cursor):
{
"mcpServers": {
"plausible": {
"command": "node",
"args": ["/path/to/plausible-mcp-server/dist/index.js"],
"env": {
"PLAUSIBLE_API_KEY": "your-api-key-here"
}
}
}
}
For self-hosted Plausible, also set:
"env": {
"PLAUSIBLE_API_KEY": "your-api-key",
"PLAUSIBLE_API_BASE": "https://your-plausible-instance.com"
}
git clone https://github.com/friendlygeorge/plausible-mcp-server.git
cd plausible-mcp-server
npm install
npx tsc
Once configured, ask your AI assistant:
| Variable | Required | Default | Description |
|---|---|---|---|
PLAUSIBLE_API_KEY | Yes | — | Your Plausible API key |
PLAUSIBLE_API_BASE | No | https://plausible.io | API base URL (change for self-hosted) |
visitors, visits, pageviews, views_per_visit, visit_duration, events, bounce_rate, scroll_depth, conversion_rate
visit:source, visit:referrer, visit:utm_source, visit:utm_medium, visit:utm_campaign, visit:utm_content, visit:utm_term, visit:country_name, visit:city_name, visit:screen, visit:browser, visit:browser_version, visit:os, visit:os_version, visit:entry_page, visit:exit_page, event:page, event:name, event:goal, event:props:<key>
MIT