Servers
M
Mcp Chart Server
@KamranBiglari
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chart-server": {
"command": "node",
"args": [
"path/to/mcp-server-chart/dist/index.js"
]
}
}
}