MCP Catalogs
Home

mcp-server-chart vs QuantDinger

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

mcp-server-chart
by antvis
QuantDinger
by brokermr810
Stars★ 4,068★ 5,392
30d uses10,239
Score8458
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
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.

QuantDinger · Summary

QuantDinger is an AI-powered quantitative trading platform with MCP server integration for market research and trading 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

QuantDinger · Use cases

  • AI-driven market research and strategy development
  • Automated backtesting of trading strategies
  • AI agent-assisted trade execution with audit logging

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

QuantDinger · Install

QuantDinger can be installed via Docker Compose in just a few steps:

git clone https://github.com/brokermr810/QuantDinger.git && cd QuantDinger && cp backend_api_python/env.example backend_api_python/.env && chmod +x scripts/generate-secret-key.sh && ./scripts/generate-secret-key.sh && docker-compose up -d --build

After starting the service, access it at http://localhost:8888 with default credentials quantdinger/123456 (be sure to change the password).

To use with Claude Desktop, configure MCP server with:

{
  "mcpServers": {
    "quantdinger": {
      "command": "uvx",
      "args": ["quantdinger-mcp"],
      "env": {
        "QUANTDINGER_BASE_URL": "http://localhost:8888",
        "QUANTDINGER_AGENT_TOKEN": "qd_agent_xxxxxxxx"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.