Skip to content
Claude Desktop

walkerOS Flow for Claude Desktop

io.walkeros/flow

Build, validate, simulate, and deploy walkerOS event pipelines

client:Claude Desktop transport:stdio runtime:npm

Install walkerOS Flow in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flow": {
      "command": "npx",
      "args": [
        "-y",
        "@walkeros/mcp"
      ],
      "env": {
        "WALKEROS_TOKEN": "<WALKEROS_TOKEN>",
        "WALKEROS_PROJECT_ID": "<WALKEROS_PROJECT_ID>",
        "WALKEROS_APP_URL": "<WALKEROS_APP_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

walkerOS Flow in other clients