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 uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Browser AutomationDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | this 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-chartFor 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
- Clone and install dependencies:
cd host
npm install
cd ..- 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
- Register native messaging:
./install.sh <your-extension-id>- Add to Claude Code:
claude mcp add open-claude-in-chrome -- node /absolute/path/to/host/mcp-server.js