charts

charts

1

The Chart Generator MCP server is a tool designed to generate charts from input data using natural language. It is built using the MCP Python SDK and allows dynamic chart creation.

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!