ultimate_mcp_server vs turbo-flow
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | turbo-flow by marcuspat | |
|---|---|---|
| Stars | ★ 149 | ★ 161 |
| 30d uses | — | — |
| Score | 85 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | Shell |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
turbo-flow · Summary
Advanced agentic development environment with 215+ MCP tools, GitNexus knowledge graph, and cross-session memory via Beads.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
turbo-flow · Use cases
- Multi-agent software development with hierarchical swarm coordination
- Cross-session project memory and context preservation
- Automated code quality analysis and performance optimization
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverturbo-flow · Install
Installation
DevPod Installation
# macOS
brew install loft-sh/devpod/devpod
# Windows
choco install devpod
# Linux
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64"
sudo install devpod /usr/local/binLaunch
# DevPod (recommended)
devpod up https://github.com/adventurewavelabs/turbo-flow --ide vscode
# Manual
git clone https://github.com/adventurewavelabs/turbo-flow -b main
cd turbo-flow
chmod +x devpods/setup.sh
./devpods/setup.sh
source ~/.bashrt
turbo-statusClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "server"]
},
"gitnexus": {
"command": "npx",
"args": ["gitnexus", "server"]
}
}
}