mcp-server-chart
Verified Safeby antvis
Overview
A Model Context Protocol server for generating charts using AntV for various data visualization and analysis needs.
Installation
npx -y @antv/mcp-server-chartEnvironment Variables
- VIS_REQUEST_SERVER
- SERVICE_ID
- DISABLED_TOOLS
Security Notes
The server uses Zod for robust input validation on all chart generation tools, which helps prevent malformed data and potential injection issues. It offloads actual chart rendering to an external service (defaulting to AntV's public service), which means data is transmitted off-server by default. While this is configurable for private deployments, users should be aware of this data flow. CORS is enabled for all origins ('*'), which is typical for an API designed for broad client integration but should be considered in specific deployment scenarios.
Similar Servers
echarts-mcp
Generates Apache ECharts visualizations based on LLM-provided parameters and uploads them to a cloud storage service, returning the image URL.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
mcp-server-antv
A Model Context Protocol (MCP) server that provides AntV documentation context and code examples for AI development and quality assurance workflows.
mcp
An MCP server providing a set of mathematical tools (calculator functions) for remote execution via the Model Context Protocol.