Skip to content
Cline

ratebook for Cline

io.github.cbetz/ratebook

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

client:Cline transport:stdio runtime:pypi

Install ratebook in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "ratebook": {
      "command": "uvx",
      "args": [
        "ratebook-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ratebook in other clients