gasfeepredictor mcp for Grok
io.github.higherbeing/gasfeepredictor-mcp
Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.
client:Grok
transport:stdio
runtime:npm
Install gasfeepredictor mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gasfeepredictor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gasfeepredictor-mcp"
]
}
}
}
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