MCP Catalogs
Home

mcp-server-chart vs ddgs

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

mcp-server-chart
by antvis
ddgs
by deedy5
Stars★ 4,068★ 2,640
30d uses10,239
Score8455
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SearchAI / 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.

ddgs · Summary

An MCP server providing web search capabilities across multiple search engines via text, images, videos, news, and books searches.

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

ddgs · Use cases

  • Enabling AI assistants to perform web searches to find current information
  • Providing a unified search interface across multiple search engines in MCP-compatible applications
  • Aggregating search results to overcome individual search engine limitations and rate limits

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

ddgs · Install

pip install -U ddgs[mcp]

For MCP clients like Cursor or Claude Desktop:

{
  "mcpServers": {
    "ddgs": {
      "command": "ddgs",
      "args": ["mcp"]
    }
  }
}

Start the server:

ddgs mcp    # Start MCP server (stdio transport)
ddgs mcp -pr socks5h://127.0.0.1:9150  # With proxy
Comparison generated from public README + GitHub signals. Last updated automatically.