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.
{
"mcpServers": {
"miussfmcp-chart": {
"command": "npx",
"args": [
"-y",
"@miussf/mcp-server-chart"
]
}
}
}