MCP Catalogs
Home

ultimate_mcp_server vs mcd-mcp-server

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

ultimate_mcp_server
by Dicklesworthstone
mcd-mcp-server
by M-China
Stars★ 149★ 96
30d uses
Score8547
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
E-commerceAI / LLM ToolsProductivity
LanguagePython
Last commit2 mo ago1 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.

mcd-mcp-server · Summary

McDonald's China MCP Server provides food ordering, delivery, nutrition info, and loyalty program integration via the Model Context Protocol.

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

mcd-mcp-server · Use cases

  • AI assistant helping users place food orders through natural language
  • Automating McDonald's loyalty points management and coupon redemption
  • Providing nutritional information for menu items and meal planning
  • Integrating McDonald's services into enterprise workflow systems

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

mcd-mcp-server · Install

Installation

  1. Obtain an MCP Token from the McDonald's China console
  2. Add the following configuration to your MCP client:
{
  "mcpServers": {
    "mcd-mcp": {
      "type": "streamablehttp",
      "url": "https://mcp.mcd.cn",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
  1. Enable the server in your MCP client

Configuration Examples

Cherry Studio

  • Open settings, navigate to MCP tab
  • Click "Add" and select "Import from JSON"
  • Paste the configuration and replace YOUR_MCP_TOKEN
  • Enable the server

Cursor

  • Open Settings → Tools & MCP
  • Click "Add Custom MCP"
  • Fill in the configuration in mcp.json
  • Save and verify the connection status
Comparison generated from public README + GitHub signals. Last updated automatically.