MCP server for EzStat (ezstat.dev) — let Claude, Cursor, and any MCP agent track and query metrics natively
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"clira-dev/ezstat-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ezstat-mcp-server npx -y clira-dev/ezstat-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ezstat-mcp-server": {
"command": "npx",
"args": [
"-y",
"clira-dev/ezstat-mcp-server"
]
}
}
}