MCP Catalogs
Home

mcp-server-chart vs world-intel-mcp

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

mcp-server-chart
by antvis
world-intel-mcp
by marc-shade
Stars★ 4,068★ 26
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceSecurityDeveloper Tools
LanguageTypeScriptPython
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.

world-intel-mcp · Summary

A comprehensive MCP server with 110+ tools for real-time global intelligence across markets, geopolitics, military, climate, and other domains.

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

world-intel-mcp · Use cases

  • AI agents requiring real-time global awareness for decision making
  • Financial analysis and market intelligence gathering
  • Geopolitical risk assessment and military monitoring
  • Cyber threat intelligence and infrastructure monitoring
  • Climate and environmental disaster tracking

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

world-intel-mcp · Install

git clone https://github.com/marc-shade/world-intel-mcp.git
cd world-intel-mcp
pip install -e .

# Optional extras
pip install -e ".[dashboard]"  # Live ops-center dashboard
pip install -e ".[vector]"     # Qdrant vector store + FastEmbed

Claude Code Configuration

Add to ~/.claude.json:

{
  "mcpServers": {
    "world-intel-mcp": {
      "command": "world-intel-mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.