mcd-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcd-mcp-server by M-China | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 96 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | E-commerceAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this month |
mcd-mcp-server · Summary
McDonald's China MCP Server provides food ordering, delivery, nutrition info, and loyalty program integration via the Model Context Protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcd-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
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}