MCP Catalogs
Home

mcp-server-chart vs roampal

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
roampal
by roampal-ai
Stars★ 4,068★ 120
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsProductivityKnowledge Graph
LanguageTypeScriptPython
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.

roampal · Summary

Roampal is an AI memory system with MCP integration that learns from user feedback across conversations.

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

roampal · Use cases

  • Personal AI assistant that remembers user preferences and past successful interactions
  • Knowledge management system that organizes information across conversations
  • Enhanced AI chat applications with persistent memory capabilities

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"]
    }
  }
}

roampal · Install

  1. Download from [roampal.ai](https://roampal.ai) and extract
  2. Install [Ollama](https://ollama.com) or [LM Studio](https://lmstudio.ai)
  3. Right-click Roampal.exe → **Run as administrator**
  4. Download a model in the UI → Start chatting!

To use with MCP-compatible tools like Claude Desktop:

{
  "mcpServers": {
    "roampal": {
      "command": "path/to/roampal",
      "args": ["--mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.