mcp-server-chart vs otel-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | otel-server by cruz-andr | |
|---|---|---|
| Stars | ★ 4,068 | ★ 0 |
| 30d uses | 10,239 | — |
| Score | 84 | 36 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraMonitoring |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
otel-server · Summary
MCP server for Docker container inspection and OpenTelemetry trace querying via Jaeger with built-in security features.
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
otel-server · Use cases
- AI agents autonomously troubleshooting Docker container issues by checking status and logs
- Monitoring system resource utilization to detect potential OOM risks before they occur
- Investigating distributed system issues by querying and visualizing OpenTelemetry traces
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"]
}
}
}otel-server · Install
Installation
Prerequisites
- Node.js v22 or higher
- Docker (running locally)
- Jaeger (optional, running locally or accessible via HTTP API)
Build Instructions
git clone https://github.com/cruz-andr/otel-server.git
cd otel-server
npm install
npm run buildConfiguration
Configure via environment variables by copying .env.example to .env or passing them through your MCP client.
Claude Desktop Configuration
{
"mcpServers": {
"otel-server": {
"command": "node",
"args": ["/absolute/path/to/otel-server/build/index.js"]
}
}
}Hosted Server
claude mcp add --transport http otel-server https://otel-server.fly.dev/mcp