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 | — | — |
| Score | 85 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | E-commerceAI / LLM ToolsProductivity |
| Language | Python | — |
| Last commit | 2 mo ago | 1 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
- 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_servermcd-mcp-server · Install
Installation
- Obtain an MCP Token from the McDonald's China console
- Add the following configuration to your MCP client:
{
"mcpServers": {
"mcd-mcp": {
"type": "streamablehttp",
"url": "https://mcp.mcd.cn",
"headers": {
"Authorization": "Bearer YOUR_MCP_TOKEN"
}
}
}
}- 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