mcp-server-chart vs autowpmcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | autowpmcp by Njengah | |
|---|---|---|
| Stars | ★ 4,068 | ★ 21 |
| 30d uses | 10,239 | — |
| Score | 84 | 40 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 7 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
autowpmcp · Summary
AutoWP MCP server connects Claude to WordPress sites for automated content creation and site management.
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
autowpmcp · Use cases
- Automated blog post creation and publishing directly from Claude conversations
- Bulk media management including uploading, organizing and optimizing images
- WordPress site management through AI including user, taxonomy and content operations
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"]
}
}
}autowpmcp · Install
Installation
- Install & Build:
npm install
npm run build
npm start- Configure Claude Desktop:
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"autowp": {
"command": "node",
"args": ["/path/to/your/autowp-mcp/build/index.js"]
}
}
}