MCP.so
登录
C

ChartMCP

@doramart

关于 ChartMCP

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

doramart

提交者

燊 肖

配置

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

{
  "mcpServers": {
    "chartMCP": {
      "name": "chartMCP",
      "command": "npx",
      "args": [
        "build/index.js"
      ],
      "env": {
        "API_KEY": "",
        "BASE_URL": "https://api.deepseek.com",
        "AI_MODEL": "deepseek-chat",
        "MAX_FILE_SIZE": "512000",
        "UPLOAD_DIR": ""
      }
    }
  }
}

工具

未检测到工具

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

概览

What is ChartMCP?

ChartMCP is an MCP‑based chart generation server. It reads data from files (CSV, XLSX, XLS, JSON) and databases (MySQL, SQLite, MariaDB), then produces chart configurations based on user prompts.

How to use ChartMCP?

Requires Node.js v18+. Install dependencies with npm install, build with npm run build, then publish to an MCP host. Configure the UPLOAD_DIR environment variable for file uploads and any database‑related variables as needed.

Key features of ChartMCP

  • Supports CSV, XLSX, XLS, and JSON file formats
  • Connects to MySQL, SQLite, and MariaDB databases
  • Generates charts from natural‑language prompts
  • Supports bar, line, pie, and other chart types
  • Automatically analyzes and processes input data

Use cases of ChartMCP

  • Create visualizations from uploaded CSV or spreadsheet files
  • Generate chart configs directly from database query results
  • Automate chart creation in MCP‑compatible tools and agents
  • Quickly prototype different chart types by changing the prompt

FAQ from ChartMCP

What data sources does ChartMCP support?

It supports CSV, XLSX, XLS, and JSON files, as well as MySQL, SQLite, and MariaDB databases.

What runtime environment does ChartMCP need?

Node.js version 18 or later is required.

How do I use the generate_chart tool?

Call it with a dataResource

评论

其他 分类下的更多 MCP 服务器