ultimate_mcp_server vs mcpproxy-go
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | mcpproxy-go by smart-mcp-proxy | |
|---|---|---|
| Stars | ★ 149 | ★ 218 |
| 30d uses | — | — |
| Score | 85 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsSecurityAI / LLM Tools |
| Language | Python | Go |
| 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.
mcpproxy-go · Summary
MCPProxy is a smart proxy server that federates multiple MCP servers with security, token savings, and tool discovery.
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
mcpproxy-go · Use cases
- Federating multiple MCP servers to overcome tool limits in AI applications
- Securing AI agent connections by quarantining potentially malicious MCP servers
- Reducing token consumption while improving accuracy in AI tool interactions
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_servermcpproxy-go · Install
Installation
**macOS (Recommended - DMG Installer):**
- Apple Silicon (M1/M2): Download
mcpproxy-*-darwin-arm64.dmg - Intel Mac: Download
mcpproxy-*-darwin-amd64.dmg
**Windows (Recommended - Installer):**
- x64 (64-bit): Download
mcpproxy-setup-*-amd64.exe - ARM64: Download
mcpproxy-setup-*-arm64.exe
**Alternative install methods:**
# macOS (Homebrew)
brew install smart-mcp-proxy/mcpproxy/mcpproxy
# Linux (Debian/Ubuntu)
sudo apt update && sudo apt install mcpproxy
# With Go
go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latestClaude Desktop Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"MCPProxy": {
"command": "mcpproxy",
"args": ["serve"]
}
}
}