MCP Server Chart
@andyciggy
MCP Server Chart について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": [
"-y",
"@antv/mcp-server-chart"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Chart?
MCP Server Chart is a Model Context Protocol (MCP) server for generating charts using the AntV visualization library. It provides a set of tools that create various chart types and return image URLs, intended for developers integrating chart generation into MCP clients like Claude Desktop.
How to use MCP Server Chart?
Add the server configuration to your MCP client’s mcpServers section using the npx command as shown in the README. Once configured, invoke the available chart‑generation tools (e.g., generate_line_chart) from your client to produce charts.
Key features of MCP Server Chart
- Supports 15+ chart types including area, bar, line, pie, and scatter.
- Returns an image URL for each generated chart.
- Built with TypeScript for reliability and maintainability.
- Uses the AntV open-source visualization library.
- Easy integration with any MCP-compatible client.
Use cases of MCP Server Chart
- Generate trend visualizations (line, area charts) from data series.
- Create comparative bar or column charts for reporting dashboards.
- Build relationship diagrams (network graph, mind map) for knowledge graphs.
- Produce visual summaries (histogram, pie chart) for data analysis tools.
FAQ from MCP Server Chart
What chart types are supported by MCP Server Chart?
It supports 15+ chart types, including area, bar, column, dual-axes, fishbone diagram, flow diagram, histogram, line, mind map, network graph, pie, radar, scatter, treemap, and word cloud.
How do I configure MCP Server Chart with a client like Claude Desktop?
Add the JSON configuration provided in the README under mcpServers, using the command npx -y @antv/mcp-server-chart.
What are the runtime requirements for MCP Server Chart?
It requires Node.js and npm to run, as it is a TypeScript-based server distributed via npm.
Does MCP Server Chart require an API key or authentication?
The README does not mention any API key or authentication step; the server runs locally via npx.
What license is MCP Server Chart under?
It is released under the MIT License by AntV.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 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,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント