MCP Catalogs
Home

mcp-server-chart vs esp-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
esp-mcp
by horw
Stars★ 4,068★ 148
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOps & Infra
LanguageTypeScriptPython
Last committhis month5 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

esp-mcp · Summary

MCP server for ESP32 development that centralizes ESP-IDF commands and simplifies LLM-driven interaction.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

esp-mcp · Use cases

  • LLM-assisted ESP32 project setup and configuration
  • Automated ESP32 firmware builds and flashing workflows
  • Streamlined ESP-IDF dependency installation and management

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

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

For Windows:

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

esp-mcp · Install

git clone git@github.com/horw/esp-mcp.git

Configure the server in your MCP-compatible chatbot:

{
  "mcpServers": {
    "esp-run": {
      "command": "<path_to_uv_or_python_executable>",
      "args": [
        "--directory",
        "<path_to_cloned_esp-mcp_repository>",
        "run",
        "main.py"
      ],
      "env": {
        "IDF_PATH": "<path_to_your_esp-idf_directory>"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.