navora-claude-plugin
v0.3.3
Published
Claude Code MCP plugin for AI Browser Runtime — control Chrome from Claude
Maintainers
Readme
@navora/claude-plugin
MCP plugin for Claude Code — gives Claude direct control over a Chrome browser via CDP.
Install
claude mcp add ai-browser node /path/to/navora/apps/claude-plugin/dist/index.jsOr with npx:
claude mcp add ai-browser npx navora-claude-pluginHow it works
On first use the plugin:
- Checks if Chrome is reachable on CDP port
9222— launches it if not - Checks if the Navora daemon is running on
:51520— spawns it if not - Connects to the daemon via WebSocket and authenticates
- Routes all tool calls through the daemon to the correct browser tab
Tools
See the root README for the full tool reference.
Configuration
| Variable | Default | Description |
|----------|---------|-------------|
| NAVORA_CDP_PORT | 9222 | Chrome remote debugging port |
| NAVORA_DAEMON_PORT | 51520 | Daemon port |
| NAVORA_AUTH_SECRET | dev-secret-change-in-production | Shared signing secret |
| NAVORA_DAEMON_BINARY | auto | Path override for daemon binary |
License
MIT
