MCP Catalogs
Home

mcp-server-chart vs pancake-pos-mcp

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

mcp-server-chart
by antvis
pancake-pos-mcp
by nguyennguyenit
Stars★ 4,068★ 28
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
E-commerceDeveloper ToolsOps & Infra
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

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

pancake-pos-mcp · Summary

MCP server for Pancake POS with 24 tools covering Vietnamese e-commerce operations.

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

pancake-pos-mcp · Use cases

  • Automate order processing, shipping, and status updates for Vietnamese e-commerce businesses
  • Manage inventory and stocktaking across multiple warehouses
  • Sync products and orders across multiple e-commerce platforms (Shopee, Lazada, TikTok)
  • Track CRM activities and sales pipeline opportunities

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

pancake-pos-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/nguyennguyenit/pancake-pos-mcp.git
cd pancake-pos-mcp
  1. Install dependencies:
bun install
  1. Configure credentials:
cp .env.example .env
# Edit .env with your PANCAKE_POS_API_KEY and PANCAKE_POS_SHOP_ID
  1. Run the server:
bun run src/index.ts
  1. For Claude Desktop, add to claude_desktop_config.json:
{
  "mcpServers": {
    "pancake-pos": {
      "command": "bun",
      "args": ["run", "/path/to/pancake-pos-mcp/src/index.ts"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.