MCP Catalogs
Home

clawdcursor vs mcp-server-chart

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

clawdcursor
by AmrDab
mcp-server-chart
by antvis
Stars★ 315★ 4,068
30d uses10,239
Score5384
Official
Categories
Developer ToolsProductivityAI / LLM Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

clawdcursor · Summary

An OS-agnostic, model-agnostic desktop automation server that gives AI agents eyes, hands, and verification through MCP.

mcp-server-chart · Summary

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

clawdcursor · Use cases

  • Automating tasks in legacy applications without APIs
  • Controlling desktop apps through AI agents in editors like Claude Code or Cursor
  • Automating workflows across applications with local-only operation

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

clawdcursor · Install

Quick Install

**Windows (PowerShell):**

irm https://clawdcursor.com/install.ps1 | iex

**macOS / Linux:**

curl -fsSL https://clawdcursor.com/install.sh | bash

Then configure:

clawdcursor --version
clawdcursor consent --accept
clawdcursor status

**Claude Desktop Configuration:** Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "clawdcursor": {
      "command": "clawdcursor",
      "args": ["mcp", "--compact"]
    }
  }
}

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.