walkerOS Flow MCP Server
Model Context Protocol server for walkerOS flow development. Gives an AI assistant the tools to discover packages, build a flow configuration, validate it, simulate events through it, bundle it, and deploy it. Its 19 documented tools cover flow, manage, package, observe. It runs locally over stdio via the published package.
People who work with flow, manage and package and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 344 · #7 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install walkerOS Flow
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add elbwalker-walkeros-packages-mcps-mcp -- npx -y @walkeros/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"elbwalker-walkeros-packages-mcps-mcp": {
"command": "npx",
"args": [
"-y",
"@walkeros/mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @walkeros/mcp - the @walkeros scope differs from the repo owner (elbwalker); confirm it's the project's official package
registry vendor namespace io.walkeros - domain-verified with the official MCP registry
03 · What walkerOS Flow can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one, validate an event, flow config, mapping rule, or data contract, run an event through a flow with mocked vendor calls and inspect each step, and list the step examples in a flow, the fixtures simulation can replay.
Capability map
Tools grouped from the project's README - what walkerOS Flow lets an agent do.
Flow
7 tools - e.g. Load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one; Validate an event, flow config, mapping rule, or data contract; Run an event through a flow with mocked vendor calls and…
flow_load · flow_validate · flow_simulate · flow_bundle · flow_push · flow_examples…
Package
2 tools - e.g. Find packages by name, type, or platform. The entry point for package discovery; Read one package's schemas, configuration hints, and examples by exact name
package_search · package_get
Observe
2 tools - e.g. Start, inspect, or stop an Observe session, a time-boxed window on one running flow; Read the assembled journeys for an observed flow, each event traced across web and server
observe_session · observe_journeys
Diagnostics
1 tool - e.g. Report MCP and CLI versions, app URL, backend, and whether the app is reachable
diagnostics
auth & access
1 tool - e.g. Check login status, log in through the device code flow, or log out
auth
Project
1 tool - e.g. List, create, update, or delete projects, and set the default one
project_manage
Deploy
1 tool - e.g. Deploy a flow and list, inspect, or delete its deployments
deploy_manage
Secret
1 tool - e.g. Manage a flow's $secret. values. Write-mostly, values are never returned
secret_manage
Latest releases
v4.6.0 · 2026-09-10
Changes · The Firehose destination no longer discards every config field except settings · during init, which silently dropped before, consent, mapping, data and · next. A before transformer chain configured on the…
v4.5.0 · 2026-08-24
Changes · Add package READMEs and npm keywords. The MCP packages now ship install · instructions for Claude Code, Cursor, and VS Code plus MCP registry metadata · (mcpName). · The AWS Lambda and GCP Cloud Functions…
v4.4.0 · 2026-08-17
Changes · Every event now gets its span id at entry, so all of its records carry the same · id and its journey is whole from the first hop. Batched deliveries report per · each event in a batch gets its own flush or…
04 · Who maintains walkerOS Flow
walkerOS Flow is maintained by elbwalker. We track 2 MCP servers from elbwalker - 2 actively maintained, 344 combined GitHub stars, oldest repo from Mar 2022.
05 · Facts
- repository
- github.com/elbwalker/walkeros
- category
- data & analytics - ranked #7 of 81 actively-maintained data & analytics servers as of 2026-09-18.
- release cadence
- 5 releases in the last 90 days (latest 2026-09-10)
- registry
- io.walkeros/flow (active, first published 2026-09-02)
- packages
- npm:@walkeros/mcp
06 · walkerOS Flow FAQ
Is walkerOS Flow still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 5 releases in the last 90 days. We re-verify nightly.
What can walkerOS Flow do?
With this server connected, an agent can load a flow from a file path, URL, inline JSON, or flow ID, or create an empty one, validate an event, flow config, mapping rule, or data contract, run an event through a flow with mocked vendor calls and inspect each step, and list the step examples in a flow, the fixtures simulation can replay.
How do I install walkerOS Flow?
Run `npx -y @walkeros/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does walkerOS Flow run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to walkerOS Flow
Alternatives to walkerOS Flow
Maintained data & analytics servers if walkerOS Flow isn't the fit.
- PostHog MCP Server Official PostHog MCP Server for product analytics, feature flags, experiments, and more. ★ 39,845 · 2026-09-18
- Server Chart A Model Context Protocol server for generating charts using AntV. ★ 4,367 · 2026-08-27
- Usertour MCP Server Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics. ★ 2,307 · 2026-09-18
- Google Ads + Meta Ads + GA4 MCP Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports. ★ 1,939 · 2026-09-09
- Blitz Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools. ★ 1,748 · 2026-07-14
- ClaudeR - RStudio MCP Server Connect RStudio to AI assistants for interactive R coding and data analysis. ★ 342 · 2026-09-15
Pairs well with
Servers that cover what walkerOS Flow doesn't - only shown when the pairing reason fits the companion.
More data & analytics MCP servers · walkerOS Source Browser · MaxStat MCP · Microcharts · Ani MCP · Seline
More TypeScript MCP servers · Avito MCP · Electron Stagewright MCP Server · Elisym · ellmos CodeCommander · see all