Skip to content
Grok

dotplot mcp for Grok

io.github.brownglasses/dotplot-mcp

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

client:Grok transport:stdio runtime:pypi

Install dotplot mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dotplot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dotplot-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dotplot mcp in other clients