Chart Generator MCP server

by Austin-TB

1 stars
161 downloads
Not rated
GitHub

About

An MCP server for generating statistical graphics.

Details

Author
Austin-TB
GitHub stars
1
Downloads
161
Categories
Developer Tools

- Generates charts from natural language input
- Built with the MCP Python SDK
- Uses QuickChart.io for chart rendering

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 Chart Generator 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 uv, create and activate a virtual environment, then add dependencies (fastapi, mcp[cli], quickchart.io). Configure the server in your MCP client by adding an entry with the uv command pointing to the charts.py script, using the absolute path to the directory.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "chart generator mcp server": {
            "charts": {
                "command": "uv",
                "args": [
                    "--directory",
                    "ABSOLUTE_PATH_TO/charts",
                    "run",
                    "charts.py"
                ]
            }
        }
    }
}

McpServers

{
    "charts": {
        "command": "uv",
        "args": [
            "--directory",
            "ABSOLUTE_PATH_TO/charts",
            "run",
            "charts.py"
        ]
    }
}

Chart Generator MCP server

An MCP server that generates charts based on input data.

Status

🚧 In Development 🚧

Features

- Generates charts dynamically based on provided input data (natural language). - Built using MCP Python SDK.

Usage

- Install uv - inside the directory run uv venv - activate this virtual environment - run uv add fastapi "mcp[cli]" quickchart.io - in the mcp client, - add this to the mcp servers list `` "charts": { "command": "uv", "args": [ "--directory", ABSOLUTE_PATH_TO/charts", "run", "charts.py" ] } `` --- Stay tuned for updates!
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.