MCP Catalogs
Home

mcp-server-chart vs mcp-ayd-server

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

mcp-server-chart
by antvis
mcp-ayd-server
by macrat
Stars★ 4,068★ 0
30d uses10,239
Score8427
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MonitoringDeveloper ToolsOps & Infra
LanguageTypeScriptGo
Last committhis month17 mo ago

mcp-server-chart · Summary

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

mcp-ayd-server · Summary

MCP server for monitoring Ayd status checks via the Model Context Protocol.

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

mcp-ayd-server · Use cases

  • AI assistants can query Ayd status checks through natural language
  • Automated status reporting for monitored services
  • Integration of monitoring data into AI-powered workflows

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"]
    }
  }
}

mcp-ayd-server · Install

Installation

  1. Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
  1. Setup your client's configuration file.

For example, if you use Claude Desktop:

{
  "mcpServers": {
    "ayd": {
      "command": "C:\\path\\to\\mcp-ayd-server.exe",
      "args": ["http://127.0.0.1:9000"]
    }
  }
}
  1. Run the client app.
  1. Ask assistant like "What's the latest status of Ayd?"
Comparison generated from public README + GitHub signals. Last updated automatically.