Back to Home
manelix2000 icon

quickchart-mcp

Verified Safe

by manelix2000

Overview

Generates chart images using QuickChart service, integrated as a tool for Model Context Protocol clients like GitHub Copilot, Cursor, or Claude Desktop.

Installation

Run Command
npx -y @manelix2000/quickchart-mcp@latest

Environment Variables

  • QUICKCHART_BASE_URL

Security Notes

The server uses `axios` to fetch chart images from `quickchart.io`. The `QUICKCHART_BASE_URL` is configurable via an environment variable. The `download_chart` tool allows saving images to a user-specified path, defaulting to the desktop. While it checks for directory write permissions before writing (`fs.promises.access(dir, fs.constants.W_OK)`), a malicious AI prompt could theoretically instruct the server to write to sensitive but writable locations. No hardcoded secrets or arbitrary code execution vulnerabilities (like `eval`) were identified. Overall, it appears generally safe for its intended use case within a controlled MCP client environment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens130
Stars0
Forks0
Last Update2025-11-27

Tags

MCPQuickChartChart GenerationAI IntegrationDeveloper Tool