MCP Catalogs
Home

mcp-server-chart vs aks-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
aks-mcp
by Azure
Stars★ 4,068★ 132
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Ops & InfraDeveloper ToolsMonitoring
LanguageTypeScriptGo
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

aks-mcp · Summary

Azure's AKS-MCP server enables AI assistants to interact with Azure Kubernetes Service clusters through MCP 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

aks-mcp · Use cases

  • AI-powered AKS cluster management and operations
  • Automated troubleshooting and diagnostics of Kubernetes clusters
  • Multi-cluster fleet management through AI assistants

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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"]
    }
  }
}

aks-mcp · Install

Installation

  1. Install prerequisites:

- Azure CLI - Go (for building from source)

  1. Install the server:
go install github.com/Azure/aks-mcp@latest
  1. Configure Claude Desktop:
{
  "mcpServers": {
    "aks-mcp": {
      "command": "aks-mcp",
      "args": ["--transport", "stdio", "--access-level", "readwrite"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.