walkerOS Flow
Rank #2,304io.walkeros/flow
Build, validate, simulate, and deploy walkerOS event pipelines
walkerOS Flow is a Model Context Protocol (MCP) server published by elbwalker. It ranks #2,304 of 132,113 servers tracked on MCP Toplist, and its repository has 344 GitHub stars. walkerOS Flow is listed on Official MCP, with 1 tracked version. It was first listed on Jun 18, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 129,809 of 132,113 servers on MCP Toplist.
Use walkerOS Flow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add flow -e "WALKEROS_TOKEN=<your WALKEROS_TOKEN>" -e "WALKEROS_PROJECT_ID=<your WALKEROS_PROJECT_ID>" -e "WALKEROS_APP_URL=<your WALKEROS_APP_URL>" -- npx -y @walkeros/mcpReplace each placeholder with your own value before saving.
[mcp_servers.flow]
command = "npx"
args = ["-y", "@walkeros/mcp"]
[mcp_servers.flow.env]
WALKEROS_TOKEN = "<your WALKEROS_TOKEN>"
WALKEROS_PROJECT_ID = "<your WALKEROS_PROJECT_ID>"
WALKEROS_APP_URL = "<your WALKEROS_APP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flow": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<your WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<your WALKEROS_APP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flow": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<your WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<your WALKEROS_APP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"flow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<your WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<your WALKEROS_APP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flow": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<your WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<your WALKEROS_APP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"flow": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
],
"env": {
"WALKEROS_TOKEN": "<your WALKEROS_TOKEN>",
"WALKEROS_PROJECT_ID": "<your WALKEROS_PROJECT_ID>",
"WALKEROS_APP_URL": "<your WALKEROS_APP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.walkeros%2Fflow)<a href="https://mcptoplist.com/server/io.walkeros%2Fflow"><img src="https://mcptoplist.com/badge/io.walkeros%2Fflow.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
elbwalker
Available versions (1)
| Version | Published |
|---|---|
| 4.5.0 | Sep 2, 2026 |
Frequently asked questions
- Who maintains walkerOS Flow?
- walkerOS Flow is maintained by elbwalker, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is walkerOS Flow listed on the Official MCP Registry?
- Yes — walkerOS Flow is listed on the Official MCP Registry.
- How many versions does walkerOS Flow have?
- MCP Toplist tracks 1 version of walkerOS Flow, most recently published on Sep 2, 2026.
- Where can I find the source code for walkerOS Flow?
- The source code for walkerOS Flow is hosted at github.com/elbwalker/walkerOS.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.