MCP Catalogs
Home

mcp-server-chart vs shopify-mcp

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

mcp-server-chart
by antvis
shopify-mcp
by GeLi2001
Stars★ 4,068★ 209
30d uses10,239
Score8451
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
E-commerceDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
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.

shopify-mcp · Summary

Shopify MCP server with comprehensive tools for managing products, customers, orders and more through GraphQL API.

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

shopify-mcp · Use cases

  • E-commerce store owners managing products and inventory through AI assistants
  • Customer support teams retrieving order information and processing returns
  • Developers building automated workflows for Shopify store operations

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"]
    }
  }
}

shopify-mcp · Install

Installation

  1. Install Node.js (version 18 or higher)
  2. For Claude Desktop, add to your config file:
{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "shopify-mcp",
        "--clientId",
        "<YOUR_CLIENT_ID>",
        "--clientSecret",
        "<YOUR_CLIENT_SECRET>",
        "--domain",
        "<YOUR_SHOP>.myshopify.com"
      ]
    }
  }
}
  1. For Claude Code:
claude mcp add shopify -- npx shopify-mcp \
  --clientId YOUR_CLIENT_ID \
  --clientSecret YOUR_CLIENT_SECRET \
  --domain your-store.myshopify.com
Comparison generated from public README + GitHub signals. Last updated automatically.