this is fork of Quickchart-MCP-Server
@jaeyongk
About this is fork of Quickchart-MCP-Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quickchart-mcp-server-jykim": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gongrzhe/quickchart-mcp-server",
"--client",
"claude"
]
}
}
}Tools
2Generate a chart URL using QuickChart.io
Download a chart image to a local file
Overview
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).
Frequently asked questions
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).
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
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

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments