A Model Context Protocol (MCP) server that provides comprehensive chart generation capabilities. This server offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration.
Server Config
{
"mcpServers": {
"chart-server": {
"command": "node",
"args": [
"path/to/mcp-server-chart/dist/index.js"
]
}
}
}