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 uses | 10,239 | — |
| Score | 84 | 41 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsDatabaseE-commerce |
| Language | TypeScript | HTML |
| Last commit | this month | 14 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-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"]
}
}
}payloadcmsmcp · Install
Installation
Using Cursor
- Open Cursor Settings
- Go to MCP Servers section
- Add a new MCP server
- Name it "Payload CMS 3.0 MCP"
- Set Transport Type to "Command"
- Set Command to:
railway run --service=YOUR_SERVICE_ID - Save the configuration
General Setup
Ensure you have Node.js 18+ and an active Railway account with API token.