MCP.so
登录

Chart Generator MCP server

@Austin-TB

关于 Chart Generator MCP server

An MCP server for generating statistical graphics.

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

Austin-TB

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

开发工具 分类下的更多 MCP 服务器