Skip to content

flow-nexus

๐Ÿš€ AI-Powered Swarm Intelligence Platform - Gamified MCP Development with 70+ Tools

2,870
Weekly Downloads
build.protocol_tooling.mcp#mcp#model-context-protocol#ai-agents#multi-agent#swarm#gamification#ruv-credits#claude#anthropic#flow-nexus

Install flow-nexus in your MCP client

flow-nexus is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients โ€” only the config file path differs.

  1. Locate your client's MCP config file.
    • Cursor: ~/.cursor/mcp.json
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
    • VS Code: Settings โ†’ Extensions โ†’ MCP
    • Windsurf: Settings โ†’ MCP Servers
  2. Add flow-nexus to the mcpServers map โ€” paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing mcpServers object.
  3. Restart your client so it picks up the new server.
  4. Verify โ€” ask the assistant to list available tools; flow-nexus's tools should appear.
{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ]
    }
  }
}

Install flow-nexus in Cursor

Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. flow-nexus will show up in the assistant's tool list on next launch.

Install flow-nexus in Claude Desktop (macOS)

Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). flow-nexus will show up in the assistant's tool list on next launch.

Install flow-nexus in Claude Desktop (Windows)

Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). flow-nexus will show up in the assistant's tool list on next launch.

Install flow-nexus in VS Code

Open Settings โ†’ Extensions โ†’ MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. flow-nexus will show up in the assistant's tool list on next launch.

npm package: flow-nexus

Transport

flow-nexus supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.

stdio

From the flow-nexus README

# ๐Ÿš€ Flow Nexus: Your Path to Digital Immortality <div align="center"> ## ๐ŸŒ [flow-nexus.ruv.io](https://flow-nexus.ruv.io) ![Flow Nexus](https://img.shields.io/badge/version-0.1.112-blue?style=for-the-badge) ![MCP](https://img.shields.io/badge/MCP-Compatible-green?style=for-the-badge) ![NPM](https://img.shields.io/badge/npm-flow--nexus-red?style=for-the-badge) ![NPM Downloads](https://img.shields.io/npm/dt/flow-nexus?style=for-the-badge&label=downloads) ![AI Agents](https://img.shields.io/badge/AI%20Agents-100%2B-purple?style=for-the-badge) ### **The First Competitive Agentic System** ```bash npx flow-nexus ``` ### ๐ŸŽ **New User Bonus**: 256 rUv credits to start! **โœจ Free Start** โ€ข **๐ŸŽฎ Gamified Experience** โ€ข **๐Ÿš€ Instant Deploy** โ€ข **โ™พ๏ธ Autonomous Operation** </div> --- ## ๐Ÿ“–โ€ฆ

Other Model Context Protocol servers in the same space as flow-nexus. Each one adds different capabilities to your AI assistant โ€” pick based on the data sources or workflows you need.

Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.