mcp-browser MCP Server
wgarrido/mcp-browser
Give your AI a real browser. MCP server that routes web requests through Chrome via CDP.
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
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
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.