Skip to content

swiss electricity mcp for Grok

io.github.malkreide/swiss-electricity-mcp

BFE energy dashboard, ElCom tariffs, public consumption data

client:Grok transport:stdio runtime:pypi

Install swiss electricity mcp in Grok

.mcp.json (in your project root)

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

swiss electricity mcp in other clients