mcpbeat Sign in

Dotplot MCP Server

by brownglasses Your server? Claim it
local only

Dotplot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 203 installs a week from pypi. Last commit 14 Aug 2026.

Product analytics for user flows: aha moments, retention, funnels, per-user dot plots. YC method.

Installs per day peak 1 069 · avg 116 · -14% w/w
a month agotoday
203
Installs / week
pypi · dotplot-mcp
1
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime hosting/index.html:257
  document.getElementById('t-trust').innerHTML = d.trust.map(s => '<span>'+s+'</span>').join('');

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dotplot-mcp -- uvx dotplot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dotplot-mcp": {
      "args": [
        "dotplot-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dotplot-mcp]
command = "uvx"
args = ["dotplot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dotplot-mcp": {
      "args": [
        "dotplot-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dotplot-mcp": {
      "args": [
        "dotplot-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Dotplot MCP

same job, measured the same way
Flowsery
by flowsery

Privacy-first web analytics for AI agents: visitors, revenue, funnels, visitor profiles.

27 tools answering
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering
Ozon Seller
by dontsovcmc

MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns

86 installs/wk local only
Posthog MCP Server
by friendlygeorge

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...

67 installs/wk local only
Umami MCP
by asif2bd

Query Umami Analytics v3 — stats, funnels, retention, attribution, UTM. Read-only by default.

757 installs/wk local only
Easy Digital Downloads
by verygoodplugins

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

67 installs/wk local only
11agents Cloud MCP
by 11agents

Cloud MCP for project data, analytics, research, content planning, media generation, and growth.

answering
Clamp Analytics
by clamp

Clamp Analytics MCP server: traffic, revenue, funnels, cohorts, errors, and search, for AI agents.

answering

Dotplot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dotplot MCP?
Dotplot MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dotplot-mcp was installed 203 times last week.
How do I connect Dotplot MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dotplot-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Dotplot MCP?
The pypi package dotplot-mcp was installed 203 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dotplot MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.