Analyticsautopilot
Rank #56,214io.github.sudomichael/gizmoanalytics
Cookieless web analytics for AI workflows. 26 tools: workflows, site setup, filterable queries.
Analyticsautopilot is a Model Context Protocol (MCP) server published by sudomichael. It ranks #56,214 of 115,591 servers tracked on MCP Toplist. Analyticsautopilot is listed on Official MCP, with 1 tracked version. It was first listed on May 16, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 59,377 of 115,591 servers on MCP Toplist.
Use Analyticsautopilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gizmoanalytics -- npx -y gizmoanalytics-mcp[mcp_servers.gizmoanalytics]
command = "npx"
args = ["-y", "gizmoanalytics-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gizmoanalytics": {
"command": "npx",
"args": [
"-y",
"gizmoanalytics-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gizmoanalytics": {
"command": "npx",
"args": [
"-y",
"gizmoanalytics-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gizmoanalytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gizmoanalytics-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gizmoanalytics": {
"command": "npx",
"args": [
"-y",
"gizmoanalytics-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gizmoanalytics": {
"command": "npx",
"args": [
"-y",
"gizmoanalytics-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sudomichael%2Fgizmoanalytics)<a href="https://mcptoplist.com/server/io.github.sudomichael%2Fgizmoanalytics"><img src="https://mcptoplist.com/badge/io.github.sudomichael%2Fgizmoanalytics.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sudomichael
Other servers by sudomichael
View all sudomichael servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 16, 2026 |
Frequently asked questions
- Who maintains Analyticsautopilot?
- Analyticsautopilot is maintained by sudomichael, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Analyticsautopilot listed on the Official MCP Registry?
- Yes — Analyticsautopilot is listed on the Official MCP Registry.
- How many versions does Analyticsautopilot have?
- MCP Toplist tracks 1 version of Analyticsautopilot, most recently published on May 16, 2026.
- Where can I find the source code for Analyticsautopilot?
- The source code for Analyticsautopilot is hosted at github.com/sudomichael/analyticsautopilot.