PluginBench
MCP Server
Active
GPL-3.0

io.github.partymola/bosch-flow-mcp MCP Server

io.github.partymola/bosch-flow-mcp

What is the io.github.partymola/bosch-flow-mcp MCP server?

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

How to install io.github.partymola/bosch-flow-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bosch-flow-mcp": {
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bosch-flow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bosch-flow-mcp -- uvx bosch-flow-mcp

Related MCP servers

Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.

3
Python
GPL-3.0
View repository →

MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.

2
Python
GPL-3.0
View repository →

MCP server for TickTick task management: field-preserving updates and completion tracking.

1
Python
GPL-3.0
View repository →

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

0
Python
GPL-3.0
View repository →