mcp-server-chart vs octave-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | octave-mcp by elevanaltd | |
|---|---|---|
| Stars | ★ 4,068 | ★ 51 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| 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.
octave-mcp · Summary
OCTAVE MCP server provides structured document infrastructure with canonicalization, schema validation, and mythological compression for AI artifacts.
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
octave-mcp · Use cases
- Multi-agent systems requiring consistent document passing
- Decision logs and coordination briefs in organizations
- System prompts and reference documentation where token cost matters
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"]
}
}
}octave-mcp · Install
Install via pip:
pip install octave-mcpFor Claude Desktop, add to config.json:
{
"mcpServers": {
"octave": {
"command": "octave-mcp-server"
}
}
}For HTTP transport:
octave-mcp-server --transport http --port 8080