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 uses | 10,239 | — |
| Score | 84 | 34 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsweatherDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 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-chartFor 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
- Push the repository to GitHub
- Deploy to Railway from GitHub repo
- Add custom domain (optional)
- 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 devServer runs at http://localhost:3000