mcp-server-chart vs mcp-shrimp-task-manager
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-shrimp-task-manager by cjo4m06 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2,100 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | JavaScript |
| 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.
mcp-shrimp-task-manager · Summary
MCP server for intelligent task management that breaks down complex projects into structured dev tasks with dependency tracking.
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
mcp-shrimp-task-manager · Use cases
- Feature development: AI agents can plan and implement features by breaking them into subtasks
- Bug fixing: Systematic identification and resolution of issues with dependency tracking
- Research projects: Systematic exploration of technologies and solutions
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"]
}
}
}mcp-shrimp-task-manager · Install
Installation
- Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager- Install dependencies and build:
npm install
npm run build- Configure your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"shrimp-task-manager": {
"command": "node",
"args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"],
"env": {
"DATA_DIR": "/path/to/your/shrimp_data",
"TEMPLATES_USE": "en",
"ENABLE_GUI": "false"
}
}
}
}- Start your MCP client with the configuration.