Claude in Chrome, reverse-engineered and open-source. No domain blocklist. Any Chromium browser. Same 18 MCP tools, same performance.
{
"mcpServers": {
"open-claude-in-chrome": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Claude in Chrome, reverse-engineered and open-source. No domain blocklist. Any Chromium browser. Same 18 MCP tools, same performance.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago. 45 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
Production ready MCP server with real-time search, extract, map & crawl.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Open Claude In Chrome and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Claude in Chrome, fully open source. No domain blocklist. Any Chromium browser.
The official Claude in Chrome extension gives Claude Code full browser automation. Open Claude in Chrome is a clean-room reimplementation that removes the restrictions while maintaining 100% feature and performance parity.
Demo: Watch Claude on Tinder, Reddit, and Robinhood | Deep dive: How I reverse-engineered it
| | Claude in Chrome | Open Claude in Chrome | |---|---|---| | Domain blocklist | 58 blocked domains across 11 categories | No blocklist. Navigate anywhere. | | Browser support | Chrome and Edge only | Any Chromium browser (Chrome, Edge, Brave, Arc, Opera, Vivaldi, etc.) | | Source code | Closed source | Open source (MIT) | | Tools | 18 MCP tools | Same 18 MCP tools | | Performance | Baseline | Identical |
| Category | Blocked Sites | |----------|--------------| | Banking | Chase, BofA, Wells Fargo, Citibank | | Investing/Brokerage | Schwab, Fidelity, Robinhood, E-Trade, Wealthfront, Betterment | | Payments/Transfers | PayPal, Venmo, Cash App, Zelle, Stripe, Square, Wise, Western Union, MoneyGram, Adyen, Checkout.com | | BNPL | Klarna, Affirm, Afterpay | | Neobanks/Fintech | SoFi, Chime, Mercury, Brex, Ramp | | Crypto | Coinbase, Binance, Kraken, MetaMask | | Gambling | DraftKings, FanDuel, Bet365, Bovada, PokerStars, BetMGM, Caesars | | Dating | Tinder, Bumble, Hinge, Match, OKCupid | | Adult | Pornhub, XVideos, XNXX | | News/Media | NYT, WSJ, Barron's, MarketWatch, Bloomberg, Reuters, Economist, Wired, Vogue | | Social Media | Reddit |
Open Claude in Chrome has none of these restrictions.
Claude Code <--stdio MCP--> mcp-server.js <--TCP--> native-host.js <--native messaging--> Extension <--> Browser
Three components:
cd host
npm install
cd ..
chrome://extensions (or brave://extensions / edge://extensions)extension/ directory./install.sh <your-extension-id>
If you use multiple browsers, pass all IDs:
./install.sh <chrome-id> <brave-id> <arc-id>
Close all windows and reopen. The browser reads native messaging host configs on startup.
claude mcp add open-claude-in-chrome -- node /absolute/path/to/host/mcp-server.js
Find the absolute path with:
echo "node $(pwd)/host/mcp-server.js"
Start a new Claude Code session and test:
Navigate to reddit.com and take a screenshot
Reddit loads. No domain restriction.
All 18 tools, identical to Claude in Chrome:
| Tool | Description |
|------|-------------|
| tabs_context_mcp | Get tab group context |
| tabs_create_mcp | Create new tab |
| navigate | Navigate to URL, back, forward |
| computer | Mouse, keyboard, screenshots (13 actions) |
| read_page | Accessibility tree with element refs |
| get_page_text | Extract article/main text |
| find | Find elements by text/at