ezstat mcp server for Claude Desktop
dev.ezstat/ezstat-mcp-server
Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.
client:Claude Desktop
transport:stdio
runtime:npm
Install ezstat mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<EZSTAT_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs