MCP Catalogs
Home

mcp-server-chart vs clay-mcp

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

mcp-server-chart
by antvis
clay-mcp
by clay-inc
Stars★ 4,068★ 31
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityCommunicationAI / LLM Tools
LanguageTypeScript
Last committhis month3 mo ago

mcp-server-chart · Summary

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

clay-mcp · Summary

Clay MCP server enables contact management, CRM operations, and interaction tracking through MCP 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

clay-mcp · Use cases

  • Finding specific contacts by job title, company, or location
  • Managing and organizing contacts into custom groups
  • Tracking interactions and notes with business contacts
  • Scheduling and retrieving meetings and events

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

clay-mcp · Install

Installation

Via Clay (Preferred)

  1. Use the MCP server URL: https://mcp.clay.earth/mcp
  2. Follow the guided login flow to connect your account

Via Smithery

  1. Visit [Clay's Smithery page](https://smithery.ai/server/@clay-inc/clay-mcp)
  2. Choose your preferred client (Claude, ChatGPT, Poke, Cursor, Raycast, etc.)
  3. Follow Smithery's instructions to configure the server URL

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "clay": {
      "command": "npx",
      "args": ["@clay-inc/clay-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.