ezstat mcp server for Grok
dev.ezstat/ezstat-mcp-server
Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.
client:Grok
transport:stdio
runtime:npm
Install ezstat mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ezstat-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ezstat-mcp-server"
],
"env": {
"EZSTAT_API_KEY": "<EZSTAT_API_KEY>",
"EZSTAT_BASE_URL": "<EZSTAT_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs