MCP.so
Sign In

Chart Generator MCP server

@Austin-TB

About Chart Generator MCP server

An MCP server for generating statistical graphics.

Basic information

Category

Developer Tools

Runtime

python

Transports

stdio

Publisher

Austin-TB

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Chart Generator MCP server?

An MCP server that generates charts dynamically based on input data expressed in natural language. It is built using the MCP Python SDK and leverages QuickChart.io for chart rendering.

How to use Chart Generator MCP server?

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.

Key features of Chart Generator MCP server

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

Use cases of Chart Generator MCP server

FAQ from Chart Generator MCP server

Comments

More Developer Tools MCP servers