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).
「その他」の他のコンテンツ
🚀 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,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント