MCP Server Agent Analytics
Rank #4,802io.github.joepangallo/mcp-server-agent-analytics
MCP server providing server-agent-analytics capabilities
MCP Server Agent Analytics is a Model Context Protocol (MCP) server published by joepangallo. It ranks #4,802 of 115,591 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. MCP Server Agent Analytics is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 1, 2026.
Ranks ahead of 110,789 of 115,591 servers on MCP Toplist.
Use MCP Server Agent Analytics
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-agent-analytics -- npx -y mcp-server-agent-analytics[mcp_servers.mcp-server-agent-analytics]
command = "npx"
args = ["-y", "mcp-server-agent-analytics"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-agent-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-agent-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-agent-analytics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-agent-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-agent-analytics": {
"command": "npx",
"args": [
"-y",
"mcp-server-agent-analytics"
]
}
}
}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.joepangallo%2Fmcp-server-agent-analytics)<a href="https://mcptoplist.com/server/io.github.joepangallo%2Fmcp-server-agent-analytics"><img src="https://mcptoplist.com/badge/io.github.joepangallo%2Fmcp-server-agent-analytics.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
joepangallo
Other servers by joepangallo
- Web Recon Agent#1,378 · 2 vers
- MCP Server Research Signals#1,477 · 3 vers
- MCP Server Indexforge#1,507 · 2 vers
- MCP Server Security Audit#2,114 · 2 vers
- MCP Audit Server#12,503 · 6 vers
- Agent Pay#26,896 · 8 vers
- Cloud Agent#35,341 · 4 vers
- image-delta-mcp#108,535
Available versions (2)
| Version | Published |
|---|---|
| 1.1.1 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Agent Analytics?
- MCP Server Agent Analytics is maintained by joepangallo, which publishes 12 MCP servers (29 total versions) tracked on MCP Toplist.
- Is MCP Server Agent Analytics listed on the Official MCP Registry?
- Yes — MCP Server Agent Analytics is listed on the Official MCP Registry.
- How many versions does MCP Server Agent Analytics have?
- MCP Toplist tracks 2 versions of MCP Server Agent Analytics, most recently published on Mar 1, 2026.
- Where can I find the source code for MCP Server Agent Analytics?
- The source code for MCP Server Agent Analytics is hosted at github.com/joepangallo/agent-analytics.