MCP Catalogs
Home

mcp-server-chart vs second-brain-cloudflare

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

mcp-server-chart
by antvis
second-brain-cloudflare
by rahilp
Stars★ 4,068★ 61
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Knowledge GraphProductivityAI / LLM Tools
LanguageTypeScriptHTML
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.

second-brain-cloudflare · Summary

Self-hosted MCP server providing personal memory layer across AI tools like Claude and ChatGPT.

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

second-brain-cloudflare · Use cases

  • Personal knowledge management across multiple AI assistants
  • Project context tracking that works with any AI tool
  • Semantic search for notes and ideas across conversations

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

second-brain-cloudflare · Install

Installation

  1. Click the 'Deploy to Cloudflare' button in the README
  2. During deployment, set an AUTH_TOKEN (you can use a memorable phrase or generate a secure one)
  3. Save the token as you'll need it to connect AI clients
  1. Connect Claude Desktop by adding to claude_desktop_config.json:
{
  "mcpServers": {
    "second-brain": {
      "command": "npx",
      "args": ["@modelcontextprotocol/server-cloudflare", "https://<your-worker-url>"],
      "env": {
        "AUTH_TOKEN": "<your-token>"
      }
    }
  }
}
  1. For other clients, follow the specific instructions in the documentation.
Comparison generated from public README + GitHub signals. Last updated automatically.