MCP Catalogs
Home

mcp-server-chart vs dreamgraph

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

mcp-server-chart
by antvis
dreamgraph
by mmethodz
Stars★ 4,068★ 82
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Knowledge GraphDeveloper ToolsAI / LLM Tools
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.

dreamgraph · Summary

DreamGraph is a graph-first cognitive layer that builds a persistent knowledge graph to reason about code architecture.

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

dreamgraph · Use cases

  • Repository architecture understanding across multi-repo systems
  • Cognitive reasoning for code changes and documentation generation
  • Persistent knowledge maintenance in AI-assisted development

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

dreamgraph · Install

Install from source

**Windows (PowerShell):**

git clone https://github.com/mmethodz/dreamgraph.git
cd dreamgraph
./scripts/install.ps1 -Force

**Linux / macOS (Bash):**

git clone https://github.com/mmethodz/dreamgraph.git
cd dreamgraph
bash scripts/install.sh --force

For Claude Desktop integration, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "dreamgraph": {
      "command": "dg",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.