drio
Open app

Plausible Model Context Protocol Server

Source

A MCP Server for the Plausible API

Catalog onlyCatalog onlySTDIO

Overview

Plausible Model Context Protocol Server is a connector that enables interaction between Claude Desktop (or any MCP client) and the Plausible API.

To use the server, set it up as a connector for your MCP client and configure it to communicate with the Plausible API.

  • Seamless integration with Claude Desktop and other MCP clients. - Facilitates communication with the Plausible API. - Supports various MCP functionalities.
  1. Connecting Claude Desktop to the Plausible API for data analysis.
  2. Enabling other MCP clients to utilize Plausible's features.
  3. Streamlining data workflows between MCP clients and Plausible.

Add to your AI client

Use these steps to connect Plausible Model Context Protocol Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "plausible-mcp-server-avimbu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "plausible-mcp-server-avimbu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "plausible-mcp-server-avimbu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "plausible-mcp-server-avimbu": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "plausible-mcp-server-avimbu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "plausible-mcp-server-avimbu": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plausible-mcp-server-avimbu"
      ]
    }
  }
}

FAQ

What is the purpose of this server?

The server acts as a bridge between MCP clients and the Plausible API, allowing for efficient data handling.

Is there any setup required?

Yes, you need to configure the server to connect with your MCP client and the Plausible API.

Is this server open-source?

Yes, the Plausible Model Context Protocol Server is available on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3381,"uuid":"98548e09-d293-4dd4-88a5-f417b1c278bb","name":"plausible-mcp-server","title":"Plausible Model Context Protocol Server","description":"A MCP Server for the Plausible API","avatar_url":"https://avatars.githubusercontent.com/u/162746800?v=4","created_at":"2025-03-19T06:38:52.014Z","updated_at":"2025-03-19T06:52:13.780Z","status":"created","author_name":"AVIMBU","author_avatar_url":"https://avatars.githubusercontent.com/u/162746800?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/AVIMBU/plausible-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-19 20:50:57\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]