this is fork of Quickchart-MCP-Server
@jaeyongk
关于 this is fork of Quickchart-MCP-Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"quickchart-mcp-server-jykim": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gongrzhe/quickchart-mcp-server",
"--client",
"claude"
]
}
}
}工具
2Generate a chart URL using QuickChart.io
Download a chart image to a local file
概览
What is Quickchart-MCP-Server?
Quickchart-MCP-Server is a Model Context Protocol server that generates charts using QuickChart.io. It accepts Chart.js configuration objects and returns chart URLs or downloaded images, allowing AI assistants like Claude to create visual data representations on demand.
How to use Quickchart-MCP-Server?
Install via npm (npm install @gongrzhe/quickchart-mcp-server) or Smithery. Add the server to your Claude Desktop configuration with npx -y @gongrzhe/quickchart-mcp-server. Use the generate_chart tool to get a chart URL, or download_chart to save the image locally.
Key features of Quickchart-MCP-Server
- Supports 10 chart types: bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, speedometer
- Customizable with labels, datasets, colors, and additional Chart.js options
- Generates chart URLs via QuickChart.io for easy sharing or embedding
- Includes a
download_charttool to save chart images to local files - Integrates seamlessly with MCP-compatible AI assistants like Claude Desktop
- Simple setup via npm or Smithery one‑line commands
Use cases of Quickchart-MCP-Server
- Generate bar or line charts from conversational data in an AI chat
- Automate chart creation for reports or dashboards without manual coding
- Visualize survey results or metrics directly from a prompt
- Create educational example charts for tutorials or presentations
- Embed chart images into documents or web pages using the generated URL
FAQ from Quickchart-MCP-Server
What chart types can I create?
You can create bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, and speedometer charts.
How do I configure a chart?
Use a standard Chart.js configuration object with type, data, and options fields. The README shows an example for a bar chart.
Do I need any API keys?
No API key is required; QuickChart.io’s URL‑based service is used directly. The server only needs Node.js installed.
How do I integrate with Claude Desktop?
Add the server configuration to claude_desktop_config.json (path depends on your OS) with the command npx -y @gongrzhe/quickchart-mcp-server.
Where can I find more documentation?
Refer to the QuickChart.io documentation and chart types reference (both linked in the README).
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论