cheikh2shift/chrome-mcp
MCP to give Godex access to a user's browser
Platform-specific configuration:
{
"mcpServers": {
"chrome-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP (Model Context Protocol) server that allows AI agents (like godex) to control Chrome tabs via a browser extension.
┌─────────────────────────────────────────────────────────────────────────────────┐
│ MCP Mode (for godex) │
│ ┌─────────────┐ stdio ┌──────────────┐ HTTP ┌──────────────────┐ │
│ │ godex │◄────────────►│ chrome-mcp │◄─────────►│ Daemon Server │ │
│ │ (AI Agent) │ │ │ │ (port 9223) │ │
│ └─────────────┘ └──────────────┘ └────────┬─────────┘ │
└───────────────────────────────────────────────────────────────┼─────────────────┘
│ SQLite
┌─────────────────────────────────────────────────────────────────────────────────┐
│ Chrome Extension │
│ ┌─────────────────────┐ WebSocket ┌────────────────────────┐ │
│ │ background.js │◄─────────────────────────►│ Daemon Server │ │
│ │ (service worker) │ real-time push │ /ws │ │
│ └──────────┬──────────┘ └───────────┬────────────┘ │
│ │ chrome.tabs.sendMessage │ │
│ ▼ │ │
│ ┌─────────────────────┐ │ │
│ │ content.js │◄──────────────────────────────────────┘ │
│ │ (page context) │ executes JS in page │
│ └─────────────────────┘ │
└─────────────────────────────────────────────────────────────────────────────────┘Loading reviews...