Bosch Flow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 409 installs a week from pypi. Last commit 3 Aug 2026.
MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add bosch-flow-mcp -- uvx bosch-flow-mcp
{
"mcpServers": {
"bosch-flow-mcp": {
"args": [
"bosch-flow-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.bosch-flow-mcp]
command = "uvx"
args = ["bosch-flow-mcp"]
{
"mcpServers": {
"bosch-flow-mcp": {
"args": [
"bosch-flow-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"bosch-flow-mcp": {
"args": [
"bosch-flow-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.