Skip to content
Cursor

bosch flow mcp for Cursor

io.github.partymola/bosch-flow-mcp

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

client:Cursor transport:stdio runtime:pypi

Install bosch flow mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bosch flow mcp in other clients