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

コメント

「開発者ツール」の他のコンテンツ