MCP Catalogs
Home

mcp-server-chart vs bear-mcp

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

mcp-server-chart
by antvis
bear-mcp
by autonomee
Stars★ 4,068★ 0
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityFile SystemKnowledge Graph
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

mcp-server-chart · Summary

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

bear-mcp · Summary

Bear Notes MCP server enables AI to search, read, create, and browse Bear notes directly through their local SQLite database.

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

bear-mcp · Use cases

  • Search and retrieve specific notes from your Bear knowledge base using AI assistants
  • Create new notes through AI interactions while maintaining existing tagging structure
  • Browse and analyze notes by tags, including nested tag relationships

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

bear-mcp · Install

Installation

  1. Clone and setup:
git clone https://github.com/autonomee/bear-mcp.git
cd bear-mcp
bun install
  1. Configure Claude Code:

Add to your Claude Code MCP settings (~/.claude.json or project settings):

{
  "mcpServers": {
    "bear-notes": {
      "command": "bun",
      "args": ["run", "/path/to/bear-mcp/src/index.ts"]
    }
  }
}
  1. For HTTP mode:
export BEAR_MCP_API_KEY="your-secret-key"
bun run start:http
Comparison generated from public README + GitHub signals. Last updated automatically.