flow nexus for Claude Desktop
io.github.ruvnet/flow-nexus
Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation
client:Claude Desktop
transport:stdio
runtime:npm
Install flow nexus in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"-y",
"flow-nexus"
],
"env": {
"FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>",
"FLOW_NEXUS_BASE_URL": "<FLOW_NEXUS_BASE_URL>",
"E2B_API_KEY": "<E2B_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs