Plausible Analytics
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
Plausible Model Context Protocol Server
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.
Local Development
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?"
Running the server locally:
node dist/index.js
With the build in another terminal
npm run watch
Contact
If you have questions, feel free to contact us via AVIMBU.
관련 서버
n8n MCP Server
Automate workflows with n8n, a powerful workflow automation tool.
Canvas Assignment Assistant
Programmatically interact with Canvas/Instructure courses and assignments.
Trello MCP Server
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
Bitrix24
Interact with and manage your Bitrix24 CRM instance through a powerful set of tools.
Umami Analytics
Access website analytics data from your Umami instance.
Inked
A memory management server for Claude apps with optional AI-powered search, using local SQLite storage.
Jira Thing
An example MCP server for interacting with Jira, deployable on Cloudflare Workers.
HireBase
Interact with the HireBase Job API to manage job listings and applications.
Obsidian MCP
Interact with your Obsidian vault using the Model Context Protocol, enabling AI assistants to read, write, and manipulate notes.
Linear MCP Server
Interact with the Linear project management system using its GraphQL API.