About
Overview
The Plausible MCP Server enables AI agents to access Plausible Analytics, the privacy-friendly alternative to Google Analytics. It provides tools for querying aggregate stats, filtering by dimensions, and accessing real-time visitor data.
Capabilities
Tools & Capabilities
⚡get_stats
Get aggregate statistics for a site
⚡get_timeseries
Get time-series traffic data
⚡get_breakdown
Get stats broken down by a dimension
⚡get_realtime
Get real-time visitor count
Setup
Installation
bash
Install
npx -y mcp-server-plausibleExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"plausible": {
"command": "npx",
"args": ["-y", "mcp-server-plausible"],
"env": { "PLAUSIBLE_API_KEY": "your-key", "PLAUSIBLE_SITE_ID": "your-site.com" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 45
Last UpdatedFeb 12, 2026