MCP.so
ログイン

MCP Server Chart

@MCP-Mirror

MCP Server Chart について

Mirror of

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@antv/mcp-server-chart"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server Chart?

MCP Server Chart is a TypeScript-based Model Context Protocol server that generates charts using the AntV visualization library. It provides tools to create over 15 different chart types and returns an image URL for each. It is intended for integrating chart generation into AI assistants and similar MCP clients.

How to use MCP Server Chart?

To use with Claude Desktop, add the server configuration with the npx command as shown in the README. For local development, install dependencies with npm install, build with npm run build, and start with npm run start.

Key features of MCP Server Chart

  • Over 15 supported chart types.
  • Returns an image URL for every generated

コメント

「その他」の他のコンテンツ