Quick Chart MCP Server

by datafe

4 stars
209 downloads
Not rated
GitHub

About

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.

Details

Author
datafe
GitHub stars
4
Downloads
209
Categories
Developer Tools, Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Quick Chart MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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 quick-chart-mcp@1.0.13 and stdio transport. Set up a .env file with optional environment variables for Quick Chart configuration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "quick chart mcp server": {
            "quick-chart-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@datafe/quick-chart-mcp",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "quick-chart-mcp": {
        "command": "npx",
        "args": [
            "-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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.