MCP Catalogs
Home

mcp-server-chart vs server-google-news

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

mcp-server-chart
by antvis
server-google-news
by ChanMeng666
Stars★ 4,068★ 122
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SearchAI / LLM ToolsMedia
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

server-google-news · Summary

MCP server providing Google News search via SerpAPI with automatic categorization and multi-language support.

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

server-google-news · Use cases

  • AI agents researching current events across multiple industries and topics
  • News monitoring and content aggregation for businesses and researchers
  • Multi-language news search with automatic categorization for better content organization

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

server-google-news · Install

Installation

Installing via Smithery

npx -y @smithery/cli install @chanmeng666/google-news-server --client claude

Installing via mcp-get

npx @michaellatman/mcp-get@latest install @chanmeng666/google-news-server

Manual Installation

npm install @chanmeng666/google-news-server

Claude Desktop Configuration

Add to your claude_desktop_config.json:

"google-news": {
  "command": "node",
  "args": [
    "path/to/node_modules/@chanmeng666/google-news-server/dist/index.js"
  ],
  "env": {
    "SERP_API_KEY": "your-api-key"
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.