Back to Apps

Plausible MCP
by defilan
Query your website traffic, visitors, and page stats directly from AI assistants using Plausible Analytics.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects AI assistants to Plausible Analytics, allowing users to query website statistics in natural language. It supports both Plausible Cloud and self-hosted instances, providing real-time and historical traffic data.
Tools
list-sites: List all registered websites in the Plausible account.get-current-visitors: Get the current real-time visitor count for a specific site.get-aggregate-stats: Fetch summary metrics (visitors, pageviews, bounce rate) over a specific time period.get-timeseries: Retrieve traffic trends broken down by day, week, or month.get-breakdown: Analyze stats by dimensions such as top pages, traffic sources, countries, and devices.query: Access the full Plausible Stats API v2 for complex, advanced queries.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"plausible": {
"command": "npx",
"args": ["-y", "plausible-mcp"],
"env": {
"PLAUSIBLE_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npx -y plausible-mcpInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"plausible": {"command": "npx", "args": ["-y", "plausible-mcp"], "env": {"PLAUSIBLE_API_KEY": "your-api-key-here"}}}}






