Quick Chart MCP Server
@datafe
About Quick Chart MCP Server
A Model Context Protocol (MCP) server that provides chart tools, allowing it to interact with the quick chart through a standardized interface. This implementation is based on the chart definition and enables users can open quick chart pages seamlessly.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quick-chart-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@datafe/quick-chart-mcp",
"--client",
"claude"
]
}
}
}Tools
2Retrieve chart image link by parameters.
Install quick chart service locally.
Overview
What is Quick Chart MCP Server?
A Model Context Protocol (MCP) server that provides chart tools for interacting with Quick Chart through a standardized interface. It enables AI agents to open Quick Chart pages and generate chart image links.
How to use Quick Chart MCP Server?
Install the package globally or locally via npm (npm install -g quick-chart-mcp) or via Smithery (npx -y @smithery/cli install @datafe/quick-chart-mcp --client claude). Configure the MCP server entry in your client's MCP settings with the command npx [email protected] and stdio transport. Set up a .env file with optional environment variables for Quick Chart configuration.
Key features of Quick Chart MCP Server
- Provides
GetChartImgLinktool for retrieving chart image links - Provides
InstallQuickCharttool for local installation of Quick Chart - Standardized chart interactions for AI agents via MCP
- Based on the Quick Chart chart definition
- Supports environment variable configuration
Use cases of Quick Chart MCP Server
- AI agents generating chart image URLs on demand
- Automating chart creation and retrieval in AI workflows
- Local setup of Quick Chart service for development
FAQ from Quick Chart MCP Server
What does Quick Chart MCP Server do?
It exposes Quick Chart functionality as MCP tools, allowing AI agents to generate chart image links and install the Quick Chart service.
What are the prerequisites?
Node.js v16 or higher and a package manager (pnpm, npm, or yarn).
How do I install Quick Chart MCP Server?
Install via npm globally or locally, or via Smithery using npx -y @smithery/cli install @datafe/quick-chart-mcp --client claude.
Which tools does Quick Chart MCP Server provide?
GetChartImgLink and InstallQuickChart.
How do I configure Quick Chart MCP Server?
Add a mcpServers entry with command: "npx", args: ["[email protected]"], and transportType: "stdio". Optionally set environment variables in a .env file (e.g., NODE_ENV, QUICK_CHART_DRAW_URL, NEED_INSTALL_QUICK_CHART).
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments