mcpbeat Sign in

Bosch Flow MCP Server

local only

Bosch Flow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 187 installs a week from pypi. Last commit 7 Sep 2026.

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

Installs per day peak 324 · avg 82 · +691% w/w
a month agotoday
1 187
Installs / week
pypi · bosch-flow-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check Bosch Flow MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add bosch-flow-mcp -- uvx bosch-flow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "args": [
        "bosch-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bosch-flow-mcp]
command = "uvx"
args = ["bosch-flow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "args": [
        "bosch-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "args": [
        "bosch-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Bosch Flow MCP

same job, measured the same way
Whoop
by shashankswe2020-ux

MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and trends.

587 installs/wk local only
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Withings Health Data
by akutishevsky

MCP server for Withings health data — sleep, activity, heart, and body metrics.

answering
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

37 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only
Partuno — DigiKey & Mouser MCP Server
by jpmarhefka

DigiKey and Mouser MCP server for component research, BOM analysis, and sourcing.

96 installs/wk local only
Thinchain
by snipmcp

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

42 installs/wk local only

Bosch Flow MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bosch Flow MCP?
Bosch Flow MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package bosch-flow-mcp was installed 1 187 times last week.
How do I connect Bosch Flow MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bosch-flow-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Bosch Flow MCP?
The pypi package bosch-flow-mcp was installed 1 187 times in the last week. Week over week that is +691%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bosch Flow MCP open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.