MCP Catalogs
Home

mcp-server-chart vs real-browser-mcp

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

mcp-server-chart
by antvis
real-browser-mcp
by ofershap
Stars★ 4,068★ 20
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationDeveloper ToolsWeb Scraping
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.

real-browser-mcp · Summary

MCP server + Chrome extension enabling AI agents to control real browser sessions with existing logins and cookies.

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

real-browser-mcp · Use cases

  • AI agents testing and verifying their code changes in real browser environments
  • Web automation with existing authenticated sessions
  • AI-driven QA testing of web applications without re-authentication
  • Cross-browser testing of web applications by AI agents

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

real-browser-mcp · Install

Installation

1. Add the MCP server

**Cursor (one click):** [<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" height="32" />](cursor://anysphere.cursor-deeplink/mcp/install?name=real-browser&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInJlYWwtYnJvd3Nlci1tY3AiXX0=)

Or add manually in Cursor Settings > MCP > "Add new MCP server":

{
  "mcpServers": {
    "real-browser": {
      "command": "npx",
      "args": ["-y", "real-browser-mcp"]
    }
  }
}

**Claude Desktop, Windsurf, or other MCP clients:** Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Add the same JSON block.

2. Install the Chrome extension

[<img src="https://developer.chrome.com/static/docs/webstore/branding/image/iNEddTyWiMfLSwFD6qGq.png" alt="Available in the Chrome Web Store" height="58" />](https://chromewebstore.google.com/detail/real-browser-mcp/fkkimpklpgedomcheiojngaaaicmaidi)

Or load from source:

git clone https://github.com/ofershap/real-browser-mcp.git
cd real-browser-mcp
open chrome://extensions
# Enable Developer mode (toggle in top right)
# Click Load unpacked and select the extension/ folder

3. Teach Your Agent

Run one command:

npx real-browser-mcp --setup cursor

This installs agent rules and browser checking commands.

Comparison generated from public README + GitHub signals. Last updated automatically.