dotplot mcp for Cursor
io.github.brownglasses/dotplot-mcp
Product analytics for user flows: aha moments, retention, funnels, per-user dot plots. YC method.
client:Cursor
transport:stdio
runtime:pypi
Install dotplot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dotplot-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"dotplot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs