Skip to content

Commit f494460

Browse files
authored
Add AntV Chart MCP server (#236)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 69bc37b commit f494460

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.antv-chart-mcp-npx",
4+
"name": "AntV Chart (npx)",
5+
"alias": "antv-chart",
6+
"description": "Generate charts and graphs from data using AntV. Provides 25+ visualization tools (area, bar, line, pie, scatter, radar, sankey, treemap, word cloud, and more) plus diagrams (flowchart, mind-map, fishbone, network graph) and maps, returning rendered chart images/URLs. No API key required for the default free chart service.",
7+
"logo": "https://avatars.githubusercontent.com/u/19199542?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"design"
11+
],
12+
"tags": [
13+
"charts",
14+
"visualization",
15+
"data-visualization",
16+
"graphs",
17+
"diagrams",
18+
"antv"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "npx",
23+
"args": [
24+
"-y",
25+
"@antv/mcp-server-chart"
26+
]
27+
},
28+
"auth": {
29+
"type": "none",
30+
"instructions": "No authentication required. The default stdio mode uses AntV's free chart generation service to render charts."
31+
},
32+
"contributor": {
33+
"name": "AntV",
34+
"github": "antvis",
35+
"url": "https://antv.antgroup.com"
36+
},
37+
"links": {
38+
"repository": "https://github.com/antvis/mcp-server-chart",
39+
"homepage": "https://antv.antgroup.com",
40+
"documentation": "https://github.com/antvis/mcp-server-chart#readme"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": false
50+
},
51+
"changelog_url": "https://github.com/antvis/mcp-server-chart/releases"
52+
}

0 commit comments

Comments
 (0)