MCP Catalogs
Home

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 uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptKotlin
Last committhis monththis 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-chart

For 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

  1. Download the appropriate binary for your platform (macOS, Windows, or Linux) from [GitHub releases](https://github.com/askimo-ai/askimo/releases)
  2. Install and open the application
  3. Add an AI provider by pasting an API key or connecting to a local model

MCP Configuration

  1. Go to Settings > MCP Tools
  2. Add a new MCP server with:

- Name (e.g., "File Explorer") - Connection type (stdio or HTTP) - Command or URL - Arguments (if needed)

  1. Enable the server and select which tools to use
Comparison generated from public README + GitHub signals. Last updated automatically.