mcp-server-chart vs cosmotop
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | cosmotop by bjia56 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 67 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MonitoringDeveloper ToolsOps & Infra |
| Language | TypeScript | C++ |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
cosmotop · Summary
Multiplatform system monitoring tool with MCP server mode exposing system metrics via 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
cosmotop · Use cases
- AI assistants requiring real-time system information for troubleshooting or optimization
- Automation workflows that need to monitor system health across different environments
- Development teams integrating system metrics into AI-powered dashboard solutions
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"]
}
}
}cosmotop · Install
Installation
Direct Download
Download the prebuilt binary from [GitHub releases](https://github.com/bjia56/cosmotop/releases/latest) and run it directly.
Homebrew
brew tap bjia56/tap
brew install cosmotopDocker
docker run -it --rm --net=host --pid=host ghcr.io/bjia56/cosmotop:latestMCP Server Setup
For use with Claude Desktop, add to Claude Desktop config:
{
"mcpServers": {
"cosmotop": {
"command": "path/to/cosmotop",
"args": ["--mcp"]
}
}
}Build from Source
Follow the README instructions for building with CMake and Cosmopolitan Libc.