Skip to content
VS Code

bosch flow mcp for VS Code

io.github.partymola/bosch-flow-mcp

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

client:VS Code transport:stdio runtime:pypi

Install bosch flow mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bosch-flow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bosch flow mcp in other clients