ultimate_mcp_server vs mcp-gateway
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | mcp-gateway by MikkoParkkola | |
|---|---|---|
| Stars | ★ 149 | ★ 25 |
| 30d uses | — | — |
| Score | 85 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsSecurity |
| Language | Python | Rust |
| 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.
mcp-gateway · Summary
Universal MCP Gateway that multiplexes tools with 95% token savings via Meta-MCP.
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
mcp-gateway · Use cases
- Connecting numerous MCP servers without burning context windows
- Converting REST APIs to MCP capabilities with OpenAPI import
- Securing AI tool access with centralized validation and hash-pinning
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_servermcp-gateway · Install
Installation Methods
**Homebrew (macOS/Linux, recommended)**
brew install MikkoParkkola/tap/mcp-gateway**Cargo**
cargo install mcp-gateway**Direct binary download**
# macOS Apple Silicon
curl -L https://github.com/MikkoParkkola/mcp-gateway/releases/latest/download/mcp-gateway-darwin-arm64 -o mcp-gateway && chmod +x mcp-gateway**Docker**
docker run -v $(pwd)/gateway.yaml:/config.yaml ghcr.io/mikkoparkkola/mcp-gateway:latest --config /config.yamlSetup
mcp-gateway setup wizard --configure-client
mcp-gateway serve
mcp-gateway doctor