mcp-server-chart vs markplane
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | markplane by zerowand01 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 165 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
markplane · Summary
Markplane is an AI-native project management tool that stores tasks in markdown files and exposes functionality through an MCP server.
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
markplane · Use cases
- AI assistants manage project tasks by creating, updating, and prioritizing items through natural language commands
- Project managers track progress and dependencies through a web UI while AI maintains context across sessions
- Development teams maintain project documentation that stays in sync with code changes through version control
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"]
}
}
}markplane · Install
Installation
**Homebrew (macOS and Linux)**
brew install zerowand01/markplane/markplane**Shell script (macOS and Linux)**
curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh**Pre-built binary** Download the latest release for your platform from [GitHub Releases](https://github.com/zerowand01/markplane/releases).
**MCP Setup with Claude Desktop** Add to your Claude Desktop config:
{
"mcpServers": {
"markplane": {
"command": "markplane",
"args": ["mcp"]
}
}
}Or add a .mcp.json file at the repo root for project-wide setup.