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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"generatechartmcpserv": {
"command": "npx",
"args": [
"-y",
"sangyuxiaowu/GenerateChartMcpServer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add generatechartmcpserv npx -y sangyuxiaowu/GenerateChartMcpServer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"generatechartmcpserv": {
"command": "npx",
"args": [
"-y",
"sangyuxiaowu/GenerateChartMcpServer"
]
}
}
}
📋 Copy