Google PageRank for AI agents. 25,000+ tools indexed.

mcp-browser MCP Server

wgarrido/mcp-browser

Score: 53.3 Rank #49 Browser Automation
Are you the maintainer of wgarrido/mcp-browser? Claim this listing →

Give your AI a real browser. MCP server that routes web requests through Chrome via CDP.

Add AgentRank to Claude Code Discover and compare tools like wgarrido/mcp-browser — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

wgarrido/mcp-browser is a TypeScript MCP server licensed under MIT. Give your AI a real browser. MCP server that routes web requests through Chrome via CDP. Topics: ai-tools, browser, chrome, claude, claude-code, mcp, mcp-server, model-context-protocol, pupeteer, web-scraping.

Ranked #49 out of 116 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript MIT
ai-toolsbrowserchromeclaudeclaude-codemcpmcp-servermodel-context-protocolpupeteerweb-scraping

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for wgarrido/mcp-browser
[![AgentRank](https://agentrank-ai.com/api/badge/tool/wgarrido--mcp-browser)](https://agentrank-ai.com/tool/wgarrido--mcp-browser/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/wgarrido--mcp-browser/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/wgarrido--mcp-browser" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="wgarrido/mcp-browser"></script>

Matched Queries

"mcp server""mcp-server"

From the README

<div align="center">

# MCP Browser

**Give your AI a real browser.**

MCP server that lets AI assistants browse the web through your real Chrome — with your cookies, sessions, and fingerprint. No bot detection. No CAPTCHAs.

</div>

---

## Quick Start (30 seconds)

No installation needed. Just add the config to your MCP client:

### Claude Desktop

Add to `~/.config/claude/claude_desktop_config.json` (Mac/Linux) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "browser": {
      "command": "npx",
      "args": ["-y", "@wgarrido/mcp-browser"],
      "env": {
        "CHROME_HEADLESS": "true"
      }
    }
  }
}
```

### Claude Code (CLI)

```bash
claude mcp add browser -- npx -y @wgarrido/mcp-browser
```

### VS Code / Cursor

Add to `.vscode/mcp.json` in your project:

```json
{
  "servers": {
    "browser": {
      "command": "npx",
      "args": ["-y", "@wgarrido/mcp-browser"],
      "env": {
        "CHROME_HEADLESS": "true"
      }
    
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.