usiegj00/inception-mcp
3.1
If you are the rightful owner of inception-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Inception MCP is a gateway that connects AI assistants to Chrome browsers controlled by Inception using the Chrome DevTools Protocol.
Tools
7
Resources
0
Prompts
0
Inception MCP
🔌 CDP-MCP Gateway - Connect AI assistants to Inception-controlled Chrome browsers
Quick Start
# Terminal 1: Start incepti0n browser
incepti0n serve --show-cdp
# Terminal 2: Start MCP server
inception-mcp --port 9222
# Add to Claude Desktop config:
{
"mcpServers": {
"inception-browser": {
"command": "inception-mcp",
"args": ["--port", "9222"]
}
}
}
What It Does
Enables AI assistants (Claude, etc.) to control browsers managed by incepti0n via Chrome DevTools Protocol.
Available Tools:
navigate_browser- Go to URLstake_screenshot- Capture pagesclick_element- Click coordinatestype_text- Enter textpress_key- Keyboard inputget_page_content- Extract HTMLget_page_info- Page details
Architecture
Claude Desktop ←→ inception-mcp ←→ Chrome Browser ←→ Web UI
(MCP Protocol) (CDP WebSocket) (incepti0n)
Key Benefits:
- ✅ Shared control (AI + human monitoring)
- ✅ Real-time synchronization
- ✅ Standards-based (MCP + CDP)
- ✅ Minimal setup
Installation
gem install inception-mcp
License
MIT