MCP Catalogs
Home

mcp-server-chart vs brave-search-mcp

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

mcp-server-chart
by antvis
brave-search-mcp
by mikechao
Stars★ 4,068★ 117
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SearchAI / LLM ToolsDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

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

brave-search-mcp · Summary

MCP server integrating Brave Search API with web, image, video, news, local POI, and LLM context search 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

brave-search-mcp · Use cases

  • Enhancing AI assistants with real-time web search capabilities
  • Research workflows requiring comprehensive web content extraction
  • Applications needing multi-modal search results (images, videos, news)
  • Local business information retrieval for service-based applications

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

brave-search-mcp · Install

Installation

  1. Get a Brave Search API key from [Brave Search API account](https://brave.com/search/api/)

Using Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcp-servers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "brave-search-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Running as standalone

BRAVE_API_KEY="your_key_here" npx -y brave-search-mcp

For HTTP mode:

BRAVE_API_KEY="your_key_here" npx -y brave-search-mcp --http
Comparison generated from public README + GitHub signals. Last updated automatically.