Chrome Server
Freeby MCP Community
MCP tool for communicating with a Chrome extension via WebSocket
v1.0.3Added Apr 12, 2026
mcpchromeextensionwebsocket
Chrome Server MCP Server
MCP tool for communicating with a Chrome extension via WebSocket
Installation
npx -y @sydneyassistent/chrome-server
Reviews
Installation
Quick install
npx -y @sydneyassistent/chrome-server
Add to claude_desktop_config.json
{
"mcpServers": {
"chrome-server": {
"command": "npx",
"args": ["-y", "@sydneyassistent/chrome-server"]
}
}
}