From claude-flow
Runs locally via stdio to connect to Flow Nexus cloud-based orchestration platform, providing access to 70+ tools. Requires authentication.
npx claudepluginhub avaloki108/claude-flow----web3 --plugin claude-flowAdd to your .mcp.json:
{
"mcpServers": {
"flow-nexus": {
"command": "npx",
"args": [
"flow-nexus@latest",
"mcp",
"start"
]
}
}
}npx