mcp-server-chart vs mikrotik-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mikrotik-mcp by jeff-nasseri | |
|---|---|---|
| Stars | ★ 4,068 | ★ 171 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Ops & InfraDeveloper ToolsMonitoring |
| Language | TypeScript | Python |
| 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.
mikrotik-mcp · Summary
MikroTik MCP server enables AI assistants to manage RouterOS devices through natural language commands.
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
mikrotik-mcp · Use cases
- Network administrators can use AI to configure MikroTik routers through natural language commands
- Automate routine network management tasks like firewall rule updates and VLAN configurations
- Integrate RouterOS device management into AI-powered IT support 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"]
}
}
}mikrotik-mcp · Install
Installation
- Install via Spark:
``bash spark install vb-mikrotik ``
- Manual installation:
``bash pip install mikrotik-mcp ``
- For Claude Desktop integration, add to claude_desktop_config.json:
``json { "mcpServers": { "mikrotik": { "command": "mikrotik-mcp", "args": [] } } } ``