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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Multi-Model Advisor
Queries multiple Ollama models to combine their responses, offering diverse AI perspectives on a single question.
Bear MCP Server
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
CalDAV MCP
A CalDAV MCP server to expose calendar operations as tools for AI assistants.
HWP-MCP (한글 Model Context Protocol)
Control the Korean word processor HWP with AI for automated document creation, editing, and manipulation.
Obsidian MCP Server
Manage notes and files in an Obsidian vault. Requires the Obsidian Local REST API plugin.
Retrieval Augmented Thinking
A server implementing Chain of Draft reasoning for enhanced problem-solving capabilities using OpenAI.
Outlook Calendar
Access and manage your local Microsoft Outlook calendar on Windows.
Excel MCP Server
Interact with Microsoft Excel to read data, edit cells, execute VBA code, and manage worksheets.
JIRA
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
sodukusolver MCP server
A simple note storage system that allows adding and summarizing notes using a custom URI scheme.