loading…
Search for a command to run...
loading…
Exposes the local agent-browser CLI as MCP tools for browser automation and provides one-command integration with Codex. Enables navigation, interaction, page r
Exposes the local agent-browser CLI as MCP tools for browser automation and provides one-command integration with Codex. Enables navigation, interaction, page reading, tab management, and session control through natural language commands.
Expose local agent-browser capabilities as MCP tools and bootstrap Codex integration quickly.
Prerequisite: agent-browser must already be installed locally.
npx agent-browser-mcp-codex init-codexagent-browser already provides a broad browser automation surface, including:
This package currently exposes a focused subset of agent-browser commands:
open, back, forward, reloadclick, fill, typeget_title, get_text, get_html, snapshot, screenshot, waittab_list, tab_new, tab_closeevalcookies_get, network_requestssession_current, session_list, session_close, run_raw_commandIf you want to wire the plugin in manually, the local Codex templates live under codex/plugin/.
For local verification:
npm testnpm run typecheckNPM_TOKEN secret in the GitHub repository before the first automated publish.from
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agent-browser-mcp": {
"command": "npx",
"args": []
}
}
}