MCP Server
MCP
io.github.antvis/mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
Install
npx -y @antv/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@antv/mcp-server-chart",
"version": "0.9.0-beta.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Custom chart generation service URL for private deployment",
"format": "string",
"default": "https://antv-studio.alipay.com/api/gpt-vis",
"name": "VIS_REQUEST_SERVER"
},
{
"description": "Service identifier for chart generation records",
"format": "string",
"isSecret": true,
"name": "SERVICE_ID"
},
{
"description": "Comma-separated list of tool names to disable",
"format": "string",
"name": "DISABLED_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment