Chrome MCP Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chrome MCP BridgeOpen Hacker News and show me the top 5 article titles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chrome MCP Bridge
Connecte des assistants IA (Claude, etc.) à votre navigateur Chrome via le Model Context Protocol (MCP).
Architecture
Claude Desktop / AI Client
│
│ MCP Protocol (stdio)
▼
[MCP Server (Node.js)]
│
│ WebSocket (ws://localhost:PORT)
▼
[Chrome Extension]
│
│ Chrome APIs
▼
[Browser]Related MCP server: MCP Chrome Bridge
Outils disponibles
Outil | Description |
| Navigue vers une URL |
| Capture la page active |
| Clique sur un sélecteur CSS |
| Remplit un champ de formulaire |
| Récupère le HTML/texte de la page |
| Liste tous les onglets ouverts |
Installation
1. Serveur MCP
npx chrome-mcp-bridgeOu installation globale :
npm install -g chrome-mcp-bridge
chrome-mcp-bridge2. Extension Chrome
Ouvrez
chrome://extensionsActivez le Mode développeur
Cliquez sur Charger l'extension non empaquetée
Sélectionnez le dossier
extension/dist
3. Configuration Claude Desktop
Ajoutez dans claude_desktop_config.json :
{
"mcpServers": {
"chrome-bridge": {
"command": "npx",
"args": ["chrome-mcp-bridge"],
"env": {
"WS_PORT": "9009"
}
}
}
}Développement
# Installer les dépendances
npm install
# MCP Server
cd mcp-server && npm run dev
# Extension
cd extension && npm run devThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI agents to control the Google Chrome browser through a Node.js WebSocket bridge and a dedicated browser extension. It provides tools for capturing screenshots, executing JavaScript, managing tabs, and extracting page content via the MCP protocol.2
- Alicense-qualityCmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.1,001MIT
- AlicenseBqualityAmaintenanceEnables controlling a real Chrome browser from MCP hosts like Claude, with extension-based or CDP fallback, supporting tabs, navigation, interaction, and page reading tools.334065MIT
- Alicense-qualityAmaintenanceEnables AI assistants to control your webpage via MCP, allowing navigation, screenshots, clicks, content reading, and more through a Chrome extension.16MIT
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/randyrt/MCP-Bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server