mcp-server-chart vs trueline-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | trueline-mcp by rjkaes | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsFile System |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
trueline-mcp · Summary
An MCP plugin that provides hash-verified file editing and targeted reads for AI coding agents to reduce token usage and prevent silent corruption.
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
trueline-mcp · Use cases
- Reducing token usage when working with large source code files by reading only necessary line ranges
- Preventing silent corruption of code when AI agents edit files that have changed concurrently
- Improving efficiency in multi-file editing sessions by batching edits and reducing context window overhead
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"]
}
}
}trueline-mcp · Install
Installation
**Claude Code (recommended; hooks are automatic):**
/plugin marketplace add rjkaes/trueline-mcp
/plugin install trueline-mcp@trueline-mcp**Other platforms (Gemini CLI, VS Code Copilot, OpenCode, Codex CLI):** See [INSTALL.md](https://github.com/rjkaes/trueline-mcp/blob/main/INSTALL.md) for platform-specific setup.
**CLI (no MCP):** For agents that use shell commands instead of MCP, install globally with npm i -g trueline-mcp and add configs/cli/instructions.md to your agent's system prompt.