Plausible Analytics
About
Connects to Plausible Analytics API to retrieve website metrics like visitors, pageviews, bounce rates, and conversion data across customizable date ranges for generating reports and monitoring performance trends.
Details
- Author
- avimbu
- Repository
- AVIMBU/plausible-mcp-server
- Downloads
- 264
- Categories
- Productivity, Other, AI, Design, Developer Tools, Search, Infrastructure
- Tags
- #analytics, #web-research, #data-analysis, #integration
Jump to
- Interacts with the Plausible Analytics API via MCP
- Works with Claude Desktop and compatible AI assistants
- Supports custom Plausible API URLs and API keys
- Runs as a local Node.js server
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Plausible AnalyticsCommand (node, npx, python, etc.)nodeArguments-
Argument 1
/path/to/project/dist/index.js
Environment-
PLAUSIBLE_API_KEY
test_api_key -
PLAUSIBLE_API_URL
https://plausible.io/api/v2
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in your Claude Desktop MCP settings with PLAUSIBLE_API_URL and PLAUSIBLE_API_KEY environment variables, then run the built server locally with node dist/index.js. Example prompts include asking for daily analytics overviews or generating analytics reports for a domain.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"plausible analytics": {
"env": {
"PLAUSIBLE_API_KEY": "test_api_key",
"PLAUSIBLE_API_URL": "https://plausible.io/api/v2"
},
"args": [
"/path/to/project/dist/index.js"
],
"command": "node"
}
}
}
Linux
{
"env": {
"PLAUSIBLE_API_KEY": "test_api_key",
"PLAUSIBLE_API_URL": "https://plausible.io/api/v2"
},
"args": [
"/path/to/project/dist/index.js"
],
"command": "node"
}
Macos
{
"env": {
"PLAUSIBLE_API_KEY": "test_api_key",
"PLAUSIBLE_API_URL": "https://plausible.io/api/v2"
},
"args": [
"/path/to/project/dist/index.js"
],
"command": "node"
}
Windows
{
"env": {
"PLAUSIBLE_API_KEY": "test_api_key",
"PLAUSIBLE_API_URL": "https://plausible.io/api/v2"
},
"args": [
"/path/to/project/dist/index.js"
],
"command": "node"
}
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
MCP Interaction Server for Plausible Analytics
A Model Context Protocol (MCP) server implementation for interacting with the Plausible Analytics API. This server allows AI models to query analytics data from Plausible.
In order to run this client locally, add the following configuration to your Claude Desktop MCP Server config file:
{ "mcpServers": { "mcp-plausible-local": { "command": "node", "args": ["/path/to/project/dist/index.js"], <---- replace this with your project path "env": { "PLAUSIBLE_API_URL": "https://plausible.io/api/v2", "PLAUSIBLE_API_KEY": "test_api_key" } }, } }
After this, you should be able to test this implementation in your Claude Desktop App using example prompts like:
- "Can you provide a daily overview of my analytics for avimbu.com?"
- "Can you generate relevant analytics reports from my Plausible account for the domain avimbu.com?"
If you have questions, feel free to contact us viaAVIMBU.
CalmSEO gives AI assistants live SEO data for keyword research, SERP checks, competitor keywords, page audits, and Google Search Console insights through MCP.
MCP-native Web analytics. Install one JS snippet, add the connector to Claude/Cursor/ChatGPT, then ask questions about your traffic directly in chat. No dashboard. No charts. Just answers. EU-hosted, GDPR-ready. Free up to 100k hits/month.
Market intelligence MCP server. Returns Winnability Score, Reddit pain signals, and Google Trendsdata in one tool call.
Official Nightwatch SEO MCP server — query live rank tracking, AI visibility, keyword research, site audits, and reports from Claude, Cursor, ChatGPT.
SEO + GEO MCP: live Google Search Console data, keyword and page analysis, site audit and SEO tasks — 21 tools.
Post-publish SEO performance MCP that scores every URL across Google Search Console, GA4, Matomo, Clarity, and AI citations and emits a refresh/expand/merge/kill verdict per post.
Live access to SE Ranking's SEO and AI search data — keyword research, backlinks, domain analysis, site audits, and AI search visibility (180+ tools) inside any AI assistant.
MCP server for Yandex Metrica web analytics — counters, goals, and traffic/conversion statistics. Read-only.
Get clear, reliable and actionable Customer Insights with AI.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




