GenerateChartMcpServer

sangyuxiaowu/GenerateChartMcpServer
★ 0 stars C# Browser/Web Updated 1d ago
An HTTP MCP server that generates static chart images (bar, horizontal bar, stacked bar, line, pie, bubble) and returns signed image URLs. 基于 ScottPlot 的 HTTP MCP 图表生成服务,根据输入数据生成静态 PNG 图片并返回签名图片 URL
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "generatechartmcpserv": {
      "command": "npx",
      "args": [
        "-y",
        "sangyuxiaowu/GenerateChartMcpServer"
      ]
    }
  }
}