Claude Flow
Rank #24io.github.ruvnet/claude-flow
MCP server providing claude-flow capabilities
Claude Flow is a Model Context Protocol (MCP) server published by ruvnet. It ranks #24 of 122,350 servers tracked on MCP Toplist, and its repository has 70,994 GitHub stars. Claude Flow is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on Jun 2, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 122,326 of 122,350 servers on MCP Toplist.
Use Claude Flow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claude-flow -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "CLAUDE_FLOW_MODE=<your CLAUDE_FLOW_MODE>" -e "CLAUDE_FLOW_MEMORY_PATH=<your CLAUDE_FLOW_MEMORY_PATH>" -e "CLAUDE_FLOW_MAX_AGENTS=<your CLAUDE_FLOW_MAX_AGENTS>" -e "CLAUDE_FLOW_PORT=<your CLAUDE_FLOW_PORT>" -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "FLOW_NEXUS_API_KEY=<your FLOW_NEXUS_API_KEY>" -- npx -y claude-flowReplace each placeholder with your own value before saving.
[mcp_servers.claude-flow]
command = "npx"
args = ["-y", "claude-flow"]
[mcp_servers.claude-flow.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
CLAUDE_FLOW_MODE = "<your CLAUDE_FLOW_MODE>"
CLAUDE_FLOW_MEMORY_PATH = "<your CLAUDE_FLOW_MEMORY_PATH>"
CLAUDE_FLOW_MAX_AGENTS = "<your CLAUDE_FLOW_MAX_AGENTS>"
CLAUDE_FLOW_PORT = "<your CLAUDE_FLOW_PORT>"
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
FLOW_NEXUS_API_KEY = "<your FLOW_NEXUS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"-y",
"claude-flow"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_FLOW_MODE": "<your CLAUDE_FLOW_MODE>",
"CLAUDE_FLOW_MEMORY_PATH": "<your CLAUDE_FLOW_MEMORY_PATH>",
"CLAUDE_FLOW_MAX_AGENTS": "<your CLAUDE_FLOW_MAX_AGENTS>",
"CLAUDE_FLOW_PORT": "<your CLAUDE_FLOW_PORT>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"FLOW_NEXUS_API_KEY": "<your FLOW_NEXUS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"-y",
"claude-flow"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_FLOW_MODE": "<your CLAUDE_FLOW_MODE>",
"CLAUDE_FLOW_MEMORY_PATH": "<your CLAUDE_FLOW_MEMORY_PATH>",
"CLAUDE_FLOW_MAX_AGENTS": "<your CLAUDE_FLOW_MAX_AGENTS>",
"CLAUDE_FLOW_PORT": "<your CLAUDE_FLOW_PORT>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"FLOW_NEXUS_API_KEY": "<your FLOW_NEXUS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claude-flow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-flow"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_FLOW_MODE": "<your CLAUDE_FLOW_MODE>",
"CLAUDE_FLOW_MEMORY_PATH": "<your CLAUDE_FLOW_MEMORY_PATH>",
"CLAUDE_FLOW_MAX_AGENTS": "<your CLAUDE_FLOW_MAX_AGENTS>",
"CLAUDE_FLOW_PORT": "<your CLAUDE_FLOW_PORT>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"FLOW_NEXUS_API_KEY": "<your FLOW_NEXUS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"-y",
"claude-flow"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_FLOW_MODE": "<your CLAUDE_FLOW_MODE>",
"CLAUDE_FLOW_MEMORY_PATH": "<your CLAUDE_FLOW_MEMORY_PATH>",
"CLAUDE_FLOW_MAX_AGENTS": "<your CLAUDE_FLOW_MAX_AGENTS>",
"CLAUDE_FLOW_PORT": "<your CLAUDE_FLOW_PORT>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"FLOW_NEXUS_API_KEY": "<your FLOW_NEXUS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-flow": {
"command": "npx",
"args": [
"-y",
"claude-flow"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"CLAUDE_FLOW_MODE": "<your CLAUDE_FLOW_MODE>",
"CLAUDE_FLOW_MEMORY_PATH": "<your CLAUDE_FLOW_MEMORY_PATH>",
"CLAUDE_FLOW_MAX_AGENTS": "<your CLAUDE_FLOW_MAX_AGENTS>",
"CLAUDE_FLOW_PORT": "<your CLAUDE_FLOW_PORT>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"FLOW_NEXUS_API_KEY": "<your FLOW_NEXUS_API_KEY>"
}
}
}
}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.github.ruvnet%2Fclaude-flow)<a href="https://mcptoplist.com/server/io.github.ruvnet%2Fclaude-flow"><img src="https://mcptoplist.com/badge/io.github.ruvnet%2Fclaude-flow.svg" alt="MCP Toplist: Top 1% of 122,350" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ruvnet
Other servers by ruvnet
View all ruvnet servers →Available versions (5)
| Version | Published |
|---|---|
| 2.0.0-alpha.107 | Sep 10, 2025 |
| 2.0.0-alpha.106 | Sep 10, 2025 |
| 2.0.0-alpha.105 | Sep 10, 2025 |
| 2.0.0-alpha.104 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Claude Flow?
- Claude Flow is maintained by ruvnet, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Claude Flow listed on the Official MCP Registry?
- Yes — Claude Flow is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Claude Flow have?
- MCP Toplist tracks 5 versions of Claude Flow, most recently published on Sep 10, 2025.
- Where can I find the source code for Claude Flow?
- The source code for Claude Flow is hosted at github.com/ruvnet/ruflo.
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.