ezstat-mcp-server
Rank #39,153dev.ezstat/ezstat-mcp-server
Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.
ezstat-mcp-server is a Model Context Protocol (MCP) server published by clira-dev. It ranks #39,153 of 132,046 servers tracked on MCP Toplist. ezstat-mcp-server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 13, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 92,893 of 132,046 servers on MCP Toplist.
Use ezstat-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ezstat-mcp-server -e "EZSTAT_API_KEY=<your EZSTAT_API_KEY>" -e "EZSTAT_BASE_URL=<your EZSTAT_BASE_URL>" -- npx -y ezstat-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.ezstat-mcp-server]
command = "npx"
args = ["-y", "ezstat-mcp-server"]
[mcp_servers.ezstat-mcp-server.env]
EZSTAT_API_KEY = "<your EZSTAT_API_KEY>"
EZSTAT_BASE_URL = "<your EZSTAT_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<your EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<your EZSTAT_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<your EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<your EZSTAT_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ezstat-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<your EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<your EZSTAT_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<your EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<your EZSTAT_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<your EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<your EZSTAT_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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/dev.ezstat%2Fezstat-mcp-server)<a href="https://mcptoplist.com/server/dev.ezstat%2Fezstat-mcp-server"><img src="https://mcptoplist.com/badge/dev.ezstat%2Fezstat-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
clira-dev
Available versions (3)
| Version | Published |
|---|---|
| 0.7.0 | Aug 14, 2026 |
| 0.6.2 | Aug 13, 2026 |
| 0.6.1 | Aug 13, 2026 |
Frequently asked questions
- Who maintains ezstat-mcp-server?
- ezstat-mcp-server is maintained by clira-dev, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is ezstat-mcp-server listed on the Official MCP Registry?
- Yes — ezstat-mcp-server is listed on the Official MCP Registry, alongside Glama.
- How many versions does ezstat-mcp-server have?
- MCP Toplist tracks 3 versions of ezstat-mcp-server, most recently published on Aug 14, 2026.
- Where can I find the source code for ezstat-mcp-server?
- The source code for ezstat-mcp-server is hosted at github.com/clira-dev/ezstat-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.