ultimate_mcp_server vs mcp-servers
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | mcp-servers by dunialabs | |
|---|---|---|
| Stars | ★ 149 | ★ 6 |
| 30d uses | — | — |
| Score | 85 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsProductivityAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 1 mo ago |
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-servers · Summary
A collection of 15+ MCP servers for popular services like Google Workspace, GitHub, Notion, and more.
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-servers · Use cases
- AI assistants managing Google Workspace accounts through Gmail, Calendar, Docs, and Sheets
- Automating GitHub repository management and issue tracking through MCP tools
- Integrating AI assistants with design tools like Figma and Canva for creative workflows
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-servers · Install
To install these MCP servers, you'll need to add them to your MCP configuration. For Claude Desktop, update your claude_desktop_config.json:
{
"mcpServers": {
"mcp-bravesearch": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-bravesearch/dist/index.js"]
},
"mcp-github": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-github/dist/index.js"]
},
// Add other servers as needed
}
}Most servers can also be run as Docker containers:
docker run -e GITHUB_TOKEN=your_token dunialabs/mcp-github:latest