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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments