Engageable Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 166 installs a week from pypi. Last commit 27 Mar 2026.
Unified analytics MCP server for GA4, Mixpanel, and PostHog.
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.
claude mcp add analytics -- uvx engageable
{
"mcpServers": {
"analytics": {
"args": [
"engageable"
],
"command": "uvx"
}
}
}
[mcp_servers.analytics]
command = "uvx"
args = ["engageable"]
{
"mcpServers": {
"analytics": {
"args": [
"engageable"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"analytics": {
"args": [
"engageable"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.