mcp-server-chart vs ContextPods
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ContextPods by conorluddy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 38 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 9 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ContextPods · Summary
ContextPods is a comprehensive MCP development suite that can generate and manage local MCP servers in multiple languages.
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
ContextPods · Use cases
- Rapidly create new MCP servers in preferred programming languages with built-in templates
- Convert existing scripts and CLI tools into MCP servers without rewriting code
- Manage multiple MCP servers with validation, analysis, and quality assurance tools
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"]
}
}
}ContextPods · Install
Installation
- **Install the CLI:**
``bash npx @context-pods/create # Or install globally npm install -g @context-pods/cli ``
- **Use the CLI:**
``bash context-pods generate context-pods wizard ``
- **To integrate with Claude Desktop:**
Add to your claude_desktop_config.json: ``json { "mcpServers": { "context-pods": { "command": "npx", "args": ["-y", "@context-pods/cli", "server"] } } } ``