charts-mcp服务器

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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!