MCP Catalogs
Home

mcp-server-chart vs gdal-mcp

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

mcp-server-chart
by antvis
gdal-mcp
by JordanGunn
Stars★ 4,068★ 70
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptPython
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.

gdal-mcp · Summary

GDAL MCP provides AI agents with geospatial analysis capabilities through reflection middleware that justifies methodological choices.

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

gdal-mcp · Use cases

  • Reprojecting geospatial data with proper CRS selection and documented methodology
  • Performing multi-step geospatial analysis with cached reasoning for efficiency
  • Creating audit trails for geospatial operations to ensure methodological correctness

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

gdal-mcp · Install

Installation

Via uvx (Recommended)

# Run directly from PyPI
uvx --from gdal-mcp gdal --transport stdio

Claude Desktop Configuration

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

{
  "mcpServers": {
    "gdal-mcp": {
      "command": "uvx",
      "args": ["--from", "gdal-mcp", "gdal", "--transport", "stdio"],
      "env": {
        "GDAL_MCP_WORKSPACES": "/path/to/your/geospatial/data"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.