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 uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityCommunicationAI / LLM Tools |
| Language | TypeScript | — |
| Last commit | this month | 3 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-chartFor 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)
- Use the MCP server URL: https://mcp.clay.earth/mcp
- Follow the guided login flow to connect your account
Via Smithery
- Visit [Clay's Smithery page](https://smithery.ai/server/@clay-inc/clay-mcp)
- Choose your preferred client (Claude, ChatGPT, Poke, Cursor, Raycast, etc.)
- 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"]
}
}
}