MCP Server Chart
@antvis
关于 MCP Server Chart
🤖 A visualization mcp & skills contains 25+ visual charts using @antvis. Using for chart generation and data analysis.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Chart?
A TypeScript-based MCP server that provides chart generation and data analysis capabilities using AntV. It allows creating various chart types through MCP tools and is also usable in Dify. Designed for developers and AI assistants that need to visualize data.
How to use MCP Server Chart?
Configure the MCP server in your desktop app (Claude, VSCode, Cline, etc.) using npx -y @antv/mcp-server-chart with stdio transport, or run with SSE or streamable transport via CLI. Optionally set environment variables for private deployment, service ID, or tool filtering.
Key features of MCP Server Chart
- Supports 26+ chart types including area, bar, line, pie, scatter, and more
- Geographic map generation (district, path, pin maps) using AMap service
- Spreadsheet and pivot table generation
- Tool filtering via
DISABLED_TOOLSenvironment variable - Private deployment option using
VIS_REQUEST_SERVER - Skill support for AI IDEs (e.g., Claude Code)
Use cases of MCP Server Chart
- Generate charts from natural language descriptions in AI assistants
- Visualize data for reports, dashboards, or presentations
- Create geographic maps for data distribution within China
- Display hierarchical, relational, or flow data (mind maps, networks, flowcharts)
FAQ from MCP Server Chart
What chart types does MCP Server Chart support?
Over 26 chart types are supported, including area, bar, boxplot, column, line, pie, scatter, radar, funnel, sankey, treemap, word cloud, and more. See the full list in the README.
Can I deploy MCP Server Chart privately?
Yes. Set the VIS_REQUEST_SERVER environment variable to your own chart generation service URL (e.g., using GPT-Vis-SSR). Note that geographic map tools are not supported in private deployment.
What transport protocols does MCP Server Chart support?
It supports stdio (default), SSE, and streamable transports. Use CLI flags --transport sse or --transport streamable to switch.
How do I disable specific tools?
Set the DISABLED_TOOLS environment variable with a comma-separated list of tool names to hide them, e.g., generate_fishbone_diagram,generate_mind_map.
Are geographic maps available outside China?
Geographic visualization tools (district, path, pin maps) use AMap service and currently only support map generation within China.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论