mcp-shrimp-task-manager vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-shrimp-task-manager by cjo4m06 | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 2,100 | ★ 149 |
| 30d uses | — | — |
| Score | 51 | 85 |
| Official | — | — |
| Categories | Developer ToolsProductivityAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | 9 mo ago | 2 mo ago |
mcp-shrimp-task-manager · Summary
MCP server for intelligent task management that breaks down complex projects into structured dev tasks with dependency tracking.
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-shrimp-task-manager · Use cases
- Feature development: AI agents can plan and implement features by breaking them into subtasks
- Bug fixing: Systematic identification and resolution of issues with dependency tracking
- Research projects: Systematic exploration of technologies and solutions
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-shrimp-task-manager · Install
Installation
- Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager- Install dependencies and build:
npm install
npm run build- Configure your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"shrimp-task-manager": {
"command": "node",
"args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"],
"env": {
"DATA_DIR": "/path/to/your/shrimp_data",
"TEMPLATES_USE": "en",
"ENABLE_GUI": "false"
}
}
}
}- Start your MCP client with the configuration.
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_server