P

Plausible

Query Plausible Analytics site stats.

·No reviews yet
Repo
Share:

About

Auto-generated

Plausible is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Plausible.

What is the Plausible Analytics MCP?
This MCP allows you to query analytics data from Plausible Analytics. It integrates with your existing Plausible instance to retrieve site statistics and other relevant metrics programmatically.
How can I install the Plausible MCP in Cline?
Installation in Cline typically involves adding the MCP's repository URL to Cline's configuration. You would then enable the MCP within your Cline environment to access its functionalities.
Does the Plausible MCP require an API key?
Yes, this MCP uses an API key for authentication. You will need to obtain a valid API key from your Plausible Analytics account to use this MCP.
What are the common uses for this Plausible MCP?
Typical use cases include fetching website traffic data, monitoring user engagement, and integrating Plausible Analytics statistics into custom dashboards or reporting tools.
Is there a cost associated with using the Plausible MCP?
The MCP itself is a community-provided component and is likely open-source. Any costs would be associated with your Plausible Analytics subscription, not with the MCP directly.
What is a prerequisite for using the Plausible Analytics MCP?
A key prerequisite is an active account with Plausible Analytics and an existing site configured within your Plausible instance. The MCP operates on data already collected by Plausible.

Install Plausible

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

Add this to ~/.cursor/mcp.json.

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.