MCP Catalogs
Home

ultimate_mcp_server vs iterm-mcp

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
iterm-mcp
by ferrislucas
Stars★ 149★ 556
30d uses
Score8550
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsProductivityAI / LLM Tools
LanguagePythonTypeScript
Last commit2 mo ago8 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.

iterm-mcp · Summary

MCP server that gives models control over your iTerm terminal with efficient token usage and full REPL support.

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

iterm-mcp · Use cases

  • AI assistant performing complex CLI operations in your iTerm session
  • Interactive REPL debugging with AI guidance
  • Automated terminal workflow execution through natural language

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

iterm-mcp · Install

Installation

To use with Claude Desktop, add the server config:

On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "iterm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iterm-mcp"
      ]
    }
  }
}

Installing via Smithery

To install iTerm for Claude Desktop automatically via [Smithery](https://smithery.ai/server/iterm-mcp):

npx -y @smithery/cli install iterm-mcp --client claude
Comparison generated from public README + GitHub signals. Last updated automatically.