MCP Catalogs
Home

ultimate_mcp_server vs MeiGen-AI-Design-MCP

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

ultimate_mcp_server
by Dicklesworthstone
MeiGen-AI-Design-MCP
by jau123
Stars★ 149★ 1,108
30d uses
Score8555
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsMediaDeveloper Tools
LanguagePythonTypeScript
Last commit2 mo agothis 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.

MeiGen-AI-Design-MCP · Summary

MCP server for AI image & video generation with 9 models, 1,400+ prompts, and parallel sub-agent orchestration.

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

MeiGen-AI-Design-MCP · Use cases

  • Product photography generation from simple descriptions
  • Creating logo designs and brand assets
  • Animating still images into videos
  • Batch processing multiple creative variations in parallel

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

MeiGen-AI-Design-MCP · Install

Claude Code Plugin (Recommended)

/plugin marketplace add jau123/MeiGen-AI-Design-MCP
/plugin install meigen@meigen-marketplace

Other MCP-Compatible Hosts

Add to your MCP config (e.g. .mcp.json, claude_desktop_config.json):

{
  "mcpServers": {
    "meigen": {
      "command": "npx",
      "args": ["-y", "meigen@1.3.1"],
      "env": {
        "MEIGEN_API_TOKEN": "meigen_sk_..."
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.