Skip to main content
Glama

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.

Overview

This MCP server tools:

  • Interact with Quick Chart

The server implements the Model Context Protocol specification to standardize chart interactions for AI agents.

Related MCP server: QuickChart MCP Server

Prerequisites

  • Node.js (v16 or higher)

  • pnpm (recommended), npm, or yarn

Installation

Installing via Smithery

To install quick-chart-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @datafe/quick-chart-mcp --client claude

Option 1: Install from npm (recommend for clients like Cursor/Cline)

# Install globally
npm install -g quick-chart-mcp

# Or install locally in your project
npm install quick-chart-mcp

Option 2: Build from Source (for developers)

  1. Clone this repository:

git clone https://github.com/datafe/quick-chart-mcp
cd quick-chart-mcp
  1. Install dependencies (pnpm is recommended, npm is supported):

pnpm install
  1. Build the project:

pnpm run build
  1. Development the project (by @modelcontextprotocol/inspector):

pnpm run dev

open http://localhost:5173

Configuration

MCP Configs

{
  "mcpServers": {
    "quick-chart-mcp": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 300,
      "command": "npx",
      "args": [
        "quick-chart-mcp@1.0.13"
      ],
      "transportType": "stdio"
    }
  }
}

Environment Setup

Create a .env file with your credentials:

# Quick Chart Configuration
NODE_ENV=optional_development_or_product
QUICK_CHART_DRAW_URL=optional_quick_chart_draw_url
NEED_INSTALL_QUICK_CHART=optional_true_or_false

Project Structure

quick-chart-mcp/
├── src/
│   ├── index.ts          # Main entry point
├── package.json
└── tsconfig.json

Available Tools

The MCP server provides the following Quick Chart tools:

  • GetChartImgLink - Retrieve chart image link by parameters.

  • InstallQuickChart - Install quick chart service locally.

Security Considerations

  • Use environment variables for sensitive information

  • Regularly monitor and audit AI agent activities

Troubleshooting

If you encounter issues:

  1. Verify the build was successful

Dependencies

image APIs.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository

  2. Create your feature branch (git checkout -b feature/amazing-feature)

  3. Commit your changes (git commit -m 'Add some amazing feature')

  4. Push to the branch (git push origin feature/amazing-feature)

  5. Open a Pull Request

License

This project is licensed under the MIT License.

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev1.0.0
    • First observedGetChartImgLink

TDQS

B3.1/5.0
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as generating chart image links using Quick Chart API parameters.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'GetChartImgLink' follows a clear verb_noun pattern, and there are no other tools to compare or create inconsistency with.

Tool Count2/5

A single tool is too few for a chart generation server, as it lacks basic operations like creating, updating, or deleting charts, or handling different chart types or configurations. This minimal set limits functionality and forces agents to rely solely on this one tool for all chart-related tasks.

Completeness2/5

The tool set is severely incomplete for a chart generation domain. It only provides a way to get chart image links, missing essential operations such as creating, listing, updating, or deleting charts, and lacks support for managing chart templates or configurations, which are typical in such systems.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/datafe/quick-chart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server