MCP Catalogs
Home

mcp-server-chart vs clawfu-skills

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

mcp-server-chart
by antvis
clawfu-skills
by guia-matthieu
Stars★ 4,068★ 108
30d uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsProductivityOther
LanguageTypeScriptPython
Last committhis month2 mo ago

mcp-server-chart · Summary

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

clawfu-skills · Summary

A curated library of 175 expert marketing methodologies for AI agents, accessible via MCP.

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

clawfu-skills · Use cases

  • Marketing agents can access expert-level copywriting frameworks for ad creation
  • Sales teams can apply negotiation techniques using structured skill prompts
  • Product managers can implement positioning methodologies for new products

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

clawfu-skills · Install

Claude Desktop / Claude Code / Copilot (MCP)

npx @clawfu/mcp-skills

Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "clawfu": {
      "command": "npx",
      "args": ["@clawfu/mcp-skills"]
    }
  }
}

Clone as Claude Code skills directory

git clone https://github.com/guia-matthieu/clawfu-skills.git
# Then use --add-dir or copy to ~/.claude/skills/
Comparison generated from public README + GitHub signals. Last updated automatically.