Skip to content

Chrome Server

Free

by MCP Community

MCP tool for communicating with a Chrome extension via WebSocket

v1.0.3Added Apr 12, 2026
mcpchromeextensionwebsocket
Works with:ClaudeGPTGeminiCopilot

Chrome Server MCP Server

MCP tool for communicating with a Chrome extension via WebSocket

Installation

npx -y @sydneyassistent/chrome-server

Reviews

Leave a Review

Installation

Quick install
npx -y @sydneyassistent/chrome-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "chrome-server": {
      "command": "npx",
      "args": ["-y", "@sydneyassistent/chrome-server"]
    }
  }
}