MCP Catalogs
Home

mcp-server-chart vs open-claude-in-chrome

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

mcp-server-chart
by antvis
open-claude-in-chrome
by noemica-io
Stars★ 4,068★ 89
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationDeveloper ToolsAI / LLM Tools
LanguageTypeScriptJavaScript
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.

open-claude-in-chrome · Summary

Open-source Chrome extension that enables unrestricted browser automation with Claude Code through 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

open-claude-in-chrome · Use cases

  • Automate interactions on websites that are blocked by official Claude extension
  • Perform browser automation across multiple Chromium browsers (Chrome, Edge, Brave, etc.)
  • Enable Claude to navigate and interact with financial, dating, and other restricted sites

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

open-claude-in-chrome · Install

Installation

  1. Clone and install dependencies:
cd host
npm install
cd ..
  1. Load extension in browser:
  • Go to chrome://extensions (or equivalent for other browsers)
  • Enable Developer mode
  • Click "Load unpacked" and select extension/ directory
  • Copy the extension ID
  1. Register native messaging:
./install.sh <your-extension-id>
  1. Add to Claude Code:
claude mcp add open-claude-in-chrome -- node /absolute/path/to/host/mcp-server.js
Comparison generated from public README + GitHub signals. Last updated automatically.