MCP Catalogs
Home

mcp-server-chart vs plane-mcp-server

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

mcp-server-chart
by antvis
plane-mcp-server
by makeplane
Stars★ 4,068★ 225
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsOther
LanguageTypeScriptPython
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.

plane-mcp-server · Summary

Plane's official MCP server provides comprehensive tools for project management, work items, cycles, modules, and more through multiple transport protocols.

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

plane-mcp-server · Use cases

  • Automating project creation and management workflows
  • Synchronizing work items between Plane and other tools
  • Generating reports from project data 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"]
    }
  }
}

plane-mcp-server · Install

Installation

The Plane MCP server supports multiple transport methods:

**1. Stdio Transport (recommended)**

uvx plane-mcp-server stdio

**2. Remote HTTP Transport (OAuth)**

npx mcp-remote@latest https://mcp.plane.so/http/mcp

**Claude Desktop Configuration**

{
  "mcpServers": {
    "plane": {
      "command": "uvx",
      "args": ["plane-mcp-server", "stdio"],
      "env": {
        "PLANE_API_KEY": "<your-api-key>",
        "PLANE_WORKSPACE_SLUG": "<your-workspace-slug>",
        "PLANE_BASE_URL": "https://api.plane.so"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.