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 uses | 10,239 | — |
| Score | 84 | 27 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MonitoringDeveloper ToolsOps & Infra |
| Language | TypeScript | Go |
| Last commit | this month | 17 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-chartFor 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
- Download the latest binary from the [release page](https://github.com/macrat/mcp-ayd-server/releases).
- 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"]
}
}
}- Run the client app.
- Ask assistant like "What's the latest status of Ayd?"