mcp-server-chart vs open-streetmap-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | open-streetmap-mcp by jagan-shanmugam | |
|---|---|---|
| Stars | ★ 4,068 | ★ 191 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsOther |
| Language | TypeScript | Python |
| Last commit | this month | 10 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
open-streetmap-mcp · Summary
A comprehensive OpenStreetMap MCP server enabling geocoding, routing, POI searches, and neighborhood analysis through location-based tools.
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
open-streetmap-mcp · Use cases
- Finding optimal meeting points for multiple people
- Analyzing neighborhood livability for real estate decisions
- Locating EV charging stations with specific connector types
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"]
}
}
}open-streetmap-mcp · Install
Installation
In MCP Hosts like Claude Desktop, Cursor, Windsurf, etc.
"mcpServers": {
"osm-mcp-server": {
"command": "uvx",
"args": [
"osm-mcp-server"
]
}
}Local Development
- Install the package in development mode:
pip install -e .- Start the server:
osm-mcp-server