MCP Catalogs
Home

mcp-server-chart vs wwo-mcp

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

mcp-server-chart
by antvis
wwo-mcp
by WorldWeatherOnline
Stars★ 4,068★ 1
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsweatherDeveloper Tools
LanguageTypeScriptJavaScript
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.

wwo-mcp · Summary

World Weather Online MCP server provides comprehensive weather data tools for AI assistants.

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

wwo-mcp · Use cases

  • Enable AI assistants to provide real-time weather information to users
  • Integrate historical weather data into analytical tools
  • Support maritime or outdoor activity planning with specialized weather forecasts

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

wwo-mcp · Install

Installation

Railway Deployment

  1. Push the repository to GitHub
  2. Deploy to Railway from GitHub repo
  3. Add custom domain (optional)
  4. Test the health endpoint

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "world-weather-online": {
      "url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Local Development

npm install
npm run dev

Server runs at http://localhost:3000

Comparison generated from public README + GitHub signals. Last updated automatically.