MCP Catalogs
Home

mcp-1panel vs mcp-server-chart

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

mcp-1panel
by 1Panel-dev
mcp-server-chart
by antvis
Stars★ 147★ 4,068
30d uses10,239
Score4584
Official
Categories
Ops & InfraDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageGoTypeScript
Last commit7 mo agothis month

mcp-1panel · Summary

MCP server for 1Panel, providing tools for website, database, and server management.

mcp-server-chart · Summary

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

mcp-1panel · Use cases

  • AI assistants managing web servers and creating websites through natural language
  • Automating server administration tasks using AI-powered prompts
  • Monitoring system resources and website performance via MCP-integrated AI tools

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

mcp-1panel · Install

Installation

Prerequisites

  • Go 1.23.0 or higher
  • Existing 1Panel installation

Build from Source

git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel
make build

Move ./build/mcp-1panel to your system PATH.

Install using go install

go install github.com/1Panel-dev/mcp-1panel@latest

Configuration for Cursor/Windsurf

{
  "mcpServers": {
    "mcp-1panel": {
      "command": "mcp-1panel",
      "env": {
        "PANEL_ACCESS_TOKEN": "<your 1Panel access token>",
        "PANEL_HOST": "http://localhost:8080"
      }
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.