MCP Catalogs
Home

mcp-server-chart vs mcp-openmemory

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

mcp-server-chart
by antvis
mcp-openmemory
by baryhuang
Stars★ 4,068★ 72
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month12 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

mcp-openmemory · Summary

MCP server enabling Claude to remember conversations and learn over time with SQLite storage.

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

mcp-openmemory · Use cases

  • Personalized AI assistants that remember user preferences and conversation history
  • Continuous learning applications that build context over multiple sessions
  • Project-specific memory management for different work contexts

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

mcp-openmemory · Install

Installation

  1. Install Node.js if not already installed
  2. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "mcp-openmemory": {
      "command": "npx",
      "args": [
        "@peakmojo/mcp-openmemory@latest"
      ],
      "env": {
        "MEMORY_DB_PATH": "/path/to/your/persistent/memory.sqlite"
      }
    }
  }
}
  1. Restart Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.