/
A Model Context Protocol server for generating charts using AntV.
Server configuration and capabilities from the MCP manifest
Size: 1,849 bytes (463 tokens)
Tools Found: 2
Analysis ID: 5v1kzkju
This MCP server provides tools for generating mind maps and flow diagrams.
Stars
Registry ID: 48c5b241-51ea-42a7-88a7-5c92f6fd3f7a
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/19/2025
Open Issues: 26
Historical performance and growth metrics over time
{
"name": "mcp-server-chart",
"tags": [
"antv",
"mcp",
"data-visualization",
"chart",
"graph",
"map"
],
"tools": [
{
"name": "MindMap",
"description": "Generates a mind map visualization.",
"input_schema": {
"type": "object",
"required": [
"data",
"width",
"height"
],
"properties": {
"data": {
"type": "object",
"required": [
"name",
"children"
],
"properties": {
"name": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"children": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}
},
"width": {
"type": "number"
},
"height": {
"type": "number"
}
}
},
"output_schema": {
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string"
}
}
}
},
{
"name": "FlowDiagram",
"description": "Generates a flow diagram visualization.",
"input_schema": {
"type": "object",
"required": [
"data",
"theme",
"width",
"height"
],
"properties": {
"data": {
"type": "object",
"required": [
"nodes",
"edges"
],
"properties": {
"edges": {
"type": "array",
"items": {
"type": "object",
"required": [
"source",
"target",
"name"
],
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"target": {
"type": "string"
}
}
}
},
"nodes": {
"type": "array",
"items": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
}
}
}
},
"theme": {
"type": "string"
},
"width": {
"type": "number"
},
"height": {
"type": "number"
}
}
},
"output_schema": {
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string"
}
}
}
}
],
"version": "0.9.0",
"categories": [
"chart",
"data-visualization"
],
"description": "A Model Context Protocol server for generating charts using AntV. This is a TypeScript-based MCP server that provides chart generation capabilities. It allows you to create various types of charts through MCP tools."
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/19/2025
Open Issues: 26