mcp-server-chart vs claude-homelab
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | claude-homelab by jmagar | |
|---|---|---|
| Stars | ★ 4,068 | ★ 42 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaMonitoringOps & InfraProductivity |
| Language | TypeScript | Shell |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
claude-homelab · Summary
HomeLab management plugin for Claude with 16+ integrations for media, infrastructure monitoring, and document management.
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
claude-homelab · Use cases
- Managing media libraries through Plex with automation for movie/TV show requests
- Monitoring homelab infrastructure including Docker containers, ZFS pools, and system resources
- Managing documents with integrations to Linkding bookmarks, Memos notes, and Paperless-ngx
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"]
}
}
}claude-homelab · Install
Installation
Claude Marketplace
/plugin marketplace add jmagar/claude-homelab
/plugin install homelab-core @jmagar-claude-homelabManual Install
curl -sSL https://raw.githubusercontent.com/jmagar/claude-homelab/main/scripts/install.sh | bashConfiguration
After installation, set up credentials using:
/homelab-core:setupThis will create and populate ~/.claude-homelab/.env with your service credentials.