MCP Catalogs
Home

mcp-server-chart vs beever-atlas

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

mcp-server-chart
by antvis
beever-atlas
by Beever-AI
Stars★ 4,068★ 328
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationKnowledge GraphAI / LLM Tools
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.

beever-atlas · Summary

Beever Atlas is an MCP server that transforms team chats into a self-maintaining wiki with integrated search and QA capabilities.

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

beever-atlas · Use cases

  • Automatically team documentation from chat conversations
  • AI-powered search across team communications with source citations
  • Integrate team knowledge base into Claude Code and Cursor via MCP

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

beever-atlas · Install

Installation

  1. Clone the repository:
git clone https://github.com/beever-ai/beever-atlas.git
cd beever-atlas
  1. Try the demo (optional):
make demo
  1. Get API keys:
  • GOOGLE_API_KEY for Gemini extraction and answers
  • JINA_API_KEY for embeddings (Jina v4)
  1. Install with one line:
./atlas

This will walk you through setup including embedding model, LLM provider, graph backend, and MCP server configuration.

Claude Desktop Integration

Add to Claude Desktop config:

{
  "mcpServers": {
    "beever-atlas": {
      "command": "npx",
      "args": ["beever-atlas-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.