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.
相關伺服器
VNC
Remotely control any system running a VNC server, including Windows, Linux, and macOS, through an AI agent.
OpenAI Tools
A wrapper for OpenAI's built-in tools, enabling functionalities like web search and code execution. Requires an OpenAI API key.
Draw.io
Integrates Draw.io's diagramming capabilities with AI agents, enabling programmatic diagram control and analysis.
Sequential Thinking MCP Server
A tool for dynamic and reflective problem-solving using a structured thinking process.
CodeRide
Task management redesigned for AI, integrated via the CodeRide MCP server.
VAP media MCP
: MCP server for AI media generation (imagesflux, videosveo3.1, music suno v5, with deterministic cost control using reserve-burn-refund billing
Standard Metrics MCP Server
Connects to the Standard Metrics API to enable AI-powered analysis of venture capital portfolio data.
Claude Auto-Approve MCP
Adds auto-approve functionality for MCP requests to the Claude Desktop application.
Obsidian MCP Server
Interact with Obsidian vaults using the Local REST API plugin.
Brightspace MCP Server
MCP server for Brightspace (D2L): check grades, due dates, announcements, rosters & more using Claude, ChatGPT, Cursor, or any MCP client.