Skip to content
Grok

ratebook for Grok

io.github.cbetz/ratebook

Open MCP server for US electricity tariffs: real rate lookup, bill estimates, and when to charge.

client:Grok transport:stdio runtime:pypi

Install ratebook in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ratebook": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ratebook-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

ratebook in other clients