MCP Catalogs
Home

mcp-server-chart vs mcd-mcp-server

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

mcp-server-chart
by antvis
mcd-mcp-server
by M-China
Stars★ 4,068★ 96
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
E-commerceAI / LLM ToolsProductivity
LanguageTypeScript
Last committhis month1 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

mcd-mcp-server · Summary

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

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

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

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

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.