DataJavaScript

Quickchart-MCP-Server

This MCP server generates various types of charts using QuickChart.io.

Free
N/A rating (0 reviews)0 installs160 GitHub stars
chartsdata visualizationQuickChart

The Quickchart-MCP-Server is a TypeScript-based Model Context Protocol server that integrates with QuickChart.io's URL-based chart generation service. It allows users to create a wide range of charts by providing data and styling parameters, which the server then converts into chart URLs or downloadable images. Users can generate bar, line, pie, doughnut, radar, polarArea, scatter, bubble, radialGauge, and speedometer charts, making it a versatile tool for visual data representation. In addition to generating chart URLs, the server also provides functionality to download chart images directly to a local file. Users can specify chart configurations and output paths, allowing for easy integration into various workflows. This server is designed to simplify the process of creating and managing charts, making it accessible for both technical and non-technical users.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "quickchart-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-quickchart-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1