mcpbeat Sign in

Flow Nexus MCP Server

local only

Flow Nexus runs on your own machine — the client starts it, so there is no endpoint to ping. 1 612 installs a week from npm. Last commit 11 Sep 2025.

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

No commits for 12 months.

Installs per day peak 1 117 · avg 355 · +60% w/w
a month agotoday
1 612
Installs / week
npm · flow-nexus
105
Stars
21 open issues
11 Sep 2025
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/app-store-server.js:1, [пакет] src/cli/auth-cli.js:1, [пакет] src/services/auth-service.js:1 и ещё 71
этот файл ставится пользователю, но в репозитории его нет
Runs an external command .claude/helpers/github-safe.js:83
      const result = execSync(ghCommand, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flow-nexus -- npx -y flow-nexus
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flow-nexus": {
      "args": [
        "-y",
        "flow-nexus"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flow-nexus]
command = "npx"
args = ["-y", "flow-nexus"]
.cursor/mcp.json
{
  "mcpServers": {
    "flow-nexus": {
      "args": [
        "-y",
        "flow-nexus"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flow-nexus": {
      "args": [
        "-y",
        "flow-nexus"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLOW_NEXUS_API_KEY (API key for Flow Nexus authentication), FLOW_NEXUS_BASE_URL (Base URL for Flow Nexus API), E2B_API_KEY (E2B API key for sandbox creation), ANTHROPIC_API_KEY (Anthropic API key for Claude integration). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Flow Nexus

same job, measured the same way
BrainFlow
by alpic-alpichack-3c740d01

AI-powered ticket triage and workflow automation

12 tools answering
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

191 installs/wk local only
Dot AI
by vfarcic

AI-powered development platform for Kubernetes deployments and intelligent automation

462 installs/wk local only
Dpf It
by dpf-it

AI-powered data integration platform. Onboard users and run DPF data workflows.

18 tools answering
C
It
by it-dpf

AI-powered data integration platform. Onboard users and run DPF data workflows.

local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Moira
by moira-mcp

Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation.

local only
Kagan
by kagan-sh

AI-powered Kanban TUI for autonomous development workflows with agent orchestration

563 installs/wk local only

Flow Nexus — questions

Answers built from our own checks of this server.

Why is there no uptime for Flow Nexus?
Flow Nexus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package flow-nexus was installed 1 612 times last week.
Is Flow Nexus still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Flow Nexus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flow-nexus straight from npm; nothing to host, nothing to sign up for.
How many people use Flow Nexus?
The npm package flow-nexus was installed 1 612 times in the last week. Week over week that is +60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flow Nexus open source?
We cannot say either way: written in JavaScript, 105 stars on GitHub and 21 open issues, but we could not determine the licence, and without one the code is not open source by default.