Quick Chart MCP Server
@datafe
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"quick-chart-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@datafe/quick-chart-mcp",
"--client",
"claude"
]
}
}
}工具
2Retrieve chart image link by parameters.
Install quick chart service locally.
概览
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).
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论