MCP Catalogs
Home

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
Score5185
Official
Categories
Developer ToolsProductivityAI / LLM Tools
AI / LLM ToolsBrowser AutomationFile System
LanguageJavaScriptPython
Last commit9 mo ago2 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

  1. Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager
  1. Install dependencies and build:
npm install
npm run build
  1. 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"
      }
    }
  }
}
  1. Start your MCP client with the configuration.

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.