mcp-server-chart vs askimo
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | askimo by askimo-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 110 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Kotlin |
| 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.
askimo · Summary
A desktop-first AI agent platform that integrates MCP tools, enabling local-first workflows with multiple AI models.
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
askimo · Use cases
- Connecting MCP servers for enhanced AI tool capabilities in desktop workflows
- Using local RAG to search and chat with personal documents without cloud uploads
- Building multi-step AI Plans to automate complex reasoning tasks and generate deliverables
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"]
}
}
}askimo · Install
Install Askimo
- Download the appropriate binary for your platform (macOS, Windows, or Linux) from [GitHub releases](https://github.com/askimo-ai/askimo/releases)
- Install and open the application
- Add an AI provider by pasting an API key or connecting to a local model
MCP Configuration
- Go to Settings > MCP Tools
- Add a new MCP server with:
- Name (e.g., "File Explorer") - Connection type (stdio or HTTP) - Command or URL - Arguments (if needed)
- Enable the server and select which tools to use