{"type":"mcp_server","name":"Quickchart-MCP-Server","description":"This repository hosts a TypeScript-based Model Context Protocol (MCP) server that leverages QuickChart.io to generate diverse chart types from Chart.js configurations, providing chart URLs and downloadable images. This repository hosts","category":"Developer Tools","language":"JavaScript","stars":160,"forks":1,"owner":"GongRzhe","github_url":"https://github.com/GongRzhe/Quickchart-MCP-Server","homepage":null,"setup":"## Setup\n\nInstall dependencies:\n```bash\nnpm install\n```\n\nBuild the server:\n```bash\nnpm run build\n```\n\n### Installing\n\n ```bash\n npm install @gongrzhe/quickchart-mcp-server\n ```\n\n### Installing via Smithery\n \nTo install QuickChart Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@GongRzhe/Quickchart-MCP-Server):\n \n```bash\nnpx -y @smithery/cli install @gongrzhe/quickchart-mcp-server --client claude\n```\n\nTo use with Claude Desktop, add the server config:\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"quickchart-server\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/quickchart-server/build/index.js\"]\n    }\n  }\n}\n```\n\nor\n\n```json\n{\n  \"mcpServers\": {\n    \"quickchart-server\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@gongrzhe/quickchart-mcp-server\"\n      ]\n    }\n  }\n}\n```","tools":"## Available Tools\n\n\t\t1. `generate_chart` - Generate a chart URL using QuickChart.io (Supports multiple chart types and customizable options, returns a URL to the generated chart)\n\t\t2. `download_chart` - Download a chart image to a local file (Takes chart configuration and output path as parameters, saves the chart image to the specified location)","faq":null,"created_at":"2025-02-23T11:44:08+00:00","updated_at":"2025-03-28T23:30:18+00:00","source_url":"https://model-context-protocol.com/servers/quickchart-mcp-server-chart-generation","related_articles":[]}