MCP.so
Sign In
Servers

Quick Chart MCP Server

@datafe

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.

Overview

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 GetChartImgLink tool for retrieving chart image links
  • Provides InstallQuickChart tool 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).

More from Other