The mcd MCP server provides access to McDonald's China's restaurant management system. It exposes APIs for menu item retrieval, order processing, and restaurant location data. It connects to McDonald's China's internal systems and third-party delivery platforms. Developers use it to build custom ordering apps, restaurant management tools, and delivery integration services.
The mcd MCP server provides access to McDonald's China's restaurant management system. It exposes APIs for menu item retrieval, order processing, and restaurant location data. It connects to McDonald's China's internal systems and third-party delivery platforms. Developers use it to build custom ordering apps, restaurant management tools, and delivery integration services.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"m-china-mcd-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-m-china-mcd-mcp-server-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcd?"
API Key Required
This server requires an API key from mcd. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCD_API_KEY | Yes | Your mcd API key |
"What resources are available in mcd?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcd"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcd with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.