MCP Catalogs
Home

mcp-server-chart vs nowledge-mem

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

mcp-server-chart
by antvis
nowledge-mem
by nowledge-co
Stars★ 4,068★ 181
30d uses10,239
Score8445
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Knowledge GraphProductivityAI / LLM Tools
LanguageTypeScript
Last committhis month6 mo ago

mcp-server-chart · Summary

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

nowledge-mem · Summary

A local-first, graph-based memory manager that integrates with AI tools via MCP protocol.

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

nowledge-mem · Use cases

  • Centralizing AI conversations across multiple platforms in one searchable location
  • Automatically extracting and organizing insights from AI interactions into a knowledge graph
  • Using MCP integration to capture conversation threads without manual intervention

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

nowledge-mem · Install

Installation

  1. Download and install Nowledge Mem from [https://mem.nowledge.co/](https://mem.nowledge.co/)
  1. Configure MCP in your client (e.g., Claude Desktop):
{
  "mcpServers": {
    "nowledge-mem": {
      "url": "http://localhost:14242/mcp",
      "type": "streamableHttp",
      "headers": {
        "APP": "<MCP Client App Name here>"
      }
    }
  }
}
  1. Alternatively, use the Claude Code Plugin:
claude plugin marketplace add nowledge-co/community
claude plugin install nowledge-mem@nowledge-community
Comparison generated from public README + GitHub signals. Last updated automatically.