Analytics Engine
Rank #12,599nz.phos/analytics-engine
MCP server providing analytics-engine capabilities
Analytics Engine is a Model Context Protocol (MCP) server published by albermm. It ranks #12,599 of 115,591 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Analytics Engine is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 19, 2026.
Ranks ahead of 102,992 of 115,591 servers on MCP Toplist.
Use Analytics Engine
claude mcp add --transport http analytics-engine https://analytics.phos.nz/mcp[mcp_servers.analytics-engine]
url = "https://analytics.phos.nz/mcp"Add to ~/.codex/config.toml.
https://analytics.phos.nz/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"analytics-engine": {
"url": "https://analytics.phos.nz/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"analytics-engine": {
"type": "http",
"url": "https://analytics.phos.nz/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"analytics-engine": {
"serverUrl": "https://analytics.phos.nz/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"analytics-engine": {
"url": "https://analytics.phos.nz/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/nz.phos%2Fanalytics-engine)<a href="https://mcptoplist.com/server/nz.phos%2Fanalytics-engine"><img src="https://mcptoplist.com/badge/nz.phos%2Fanalytics-engine.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
albermm
Other servers by albermm
View all albermm servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Analytics Engine?
- Analytics Engine is maintained by albermm, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Analytics Engine listed on the Official MCP Registry?
- Yes — Analytics Engine is listed on the Official MCP Registry.
- How many versions does Analytics Engine have?
- MCP Toplist tracks 2 versions of Analytics Engine, most recently published on Feb 19, 2026.
- Where can I find the source code for Analytics Engine?
- The source code for Analytics Engine is hosted at github.com/albermm/analytics-engine.