MCP Server Chart

Normal
GitHub TypeScript MIT

Description

A visualization MCP server by AntV with 25+ chart types, enabling AI assistants to generate line charts, bar charts, pie charts, maps, and more through MCP for data analysis and reporting.

Key Features

  • 26+ chart types: line, bar, pie, area, scatter, radar, funnel, treemap, Sankey, Venn, and more
  • MCP server protocol for AI assistants to generate charts via standardized tool calls
  • Geographic visualizations: district maps, pin maps, and path maps (China region)
  • Works with Claude, VS Code, Cursor, Cline, Cherry Studio, and any MCP-compatible client
  • SSE and Streamable HTTP transport options for flexible deployment
  • Built on AntV visualization engine with TypeScript implementation and full test coverage

Use Cases

💡 AI-powered data analysis with automatic chart type selection and generation
💡 Generating reports and dashboards through natural language chart descriptions
💡 Prototyping data visualizations in IDE with AI assistant integration
💡 Embedding chart generation capabilities into custom AI applications via MCP

Categories

Quick Start

1. Add to your MCP client config: {"mcpServers": {"mcp-server-chart": {"command": "npx", "args": ["-y", "@antv/mcp-server-chart"]}}}. 2. Ask your AI assistant to generate a chart (e.g., 'create a bar chart of monthly sales'). 3. The server returns renderable chart specs via the generate_* tools.

Related Projects

Related Articles