Skip to main content
Glama
randyrt

Chrome MCP Bridge

by randyrt

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

browser_navigate

Navigue vers une URL

browser_screenshot

Capture la page active

browser_click

Clique sur un sélecteur CSS

browser_fill

Remplit un champ de formulaire

browser_get_content

Récupère le HTML/texte de la page

browser_list_tabs

Liste tous les onglets ouverts

Installation

1. Serveur MCP

npx chrome-mcp-bridge

Ou installation globale :

npm install -g chrome-mcp-bridge
chrome-mcp-bridge

2. Extension Chrome

  1. Ouvrez chrome://extensions

  2. Activez le Mode développeur

  3. Cliquez sur Charger l'extension non empaquetée

  4. 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 dev
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    C
    maintenance
    Enables 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
  • A
    license
    B
    quality
    A
    maintenance
    Enables controlling a real Chrome browser from MCP hosts like Claude, with extension-based or CDP fallback, supporting tabs, navigation, interaction, and page reading tools.
    33
    406
    5
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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