Skip to content
Grok

bosch flow mcp for Grok

io.github.partymola/bosch-flow-mcp

MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.

client:Grok transport:stdio runtime:pypi

Install bosch flow mcp in Grok

.mcp.json (in your project root)

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

bosch flow mcp in other clients