MCP Catalogs
Home

mcp-server-chart vs payloadcmsmcp

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

mcp-server-chart
by antvis
payloadcmsmcp
by disruption-hub
Stars★ 4,068★ 114
30d uses10,239
Score8441
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsDatabaseE-commerce
LanguageTypeScriptHTML
Last committhis month14 mo ago

mcp-server-chart · Summary

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

payloadcmsmcp · Summary

Specialized MCP server for Payload CMS 3.0 providing code validation, template generation, and project scaffolding 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

payloadcmsmcp · Use cases

  • Validate Payload CMS collections and configurations against best practices
  • Generate code templates for collections, fields, hooks, and other components
  • Scaffold complete Payload CMS projects with database setup and authentication

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

payloadcmsmcp · Install

Installation

Using Cursor

  1. Open Cursor Settings
  2. Go to MCP Servers section
  3. Add a new MCP server
  4. Name it "Payload CMS 3.0 MCP"
  5. Set Transport Type to "Command"
  6. Set Command to: railway run --service=YOUR_SERVICE_ID
  7. Save the configuration

General Setup

Ensure you have Node.js 18+ and an active Railway account with API token.

Comparison generated from public README + GitHub signals. Last updated automatically.