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
{
"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