browserclaw
v2.2.1Control your own browser with Agent. High-efficiency Chrome browser automation MCP server and AI agent skill.
By BrowserClaw TeamLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install browserclaw for Codex
codex plugin marketplace add GoldenLoaf24h/browserclaw
codex plugin marketplace upgrade browserclaw
codex plugin add browserclaw@browserclawPaste and run these commands in a terminal with Codex. They add and refresh the browserclaw catalog, then install this plugin.
Compatibility: the page URL and API slug “browserclaw” remain stable.
- Codex:
browserclaw@agent-plugin-marketplace→browserclaw@browserclaw
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/GoldenLoaf24h/browserclawClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/browserclaw/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- url
- http://127.0.0.1:12306/mcp
Plugin manifests1
{
"name": "browserclaw",
"version": "2.2.1",
"description": "Control your own browser with Agent. High-efficiency Chrome browser automation MCP server and AI agent skill.",
"author": {
"name": "BrowserClaw Team",
"url": "https://github.com/GoldenLoaf24h/browserclaw"
},
"homepage": "https://github.com/GoldenLoaf24h/browserclaw",
"repository": "https://github.com/GoldenLoaf24h/browserclaw",
"license": "MIT",
"keywords": [
"browser",
"chrome",
"automation",
"mcp",
"agent",
"cdp"
],
"skills": "./skills/",
"interface": {
"displayName": "BrowserClaw",
"shortDescription": "Control your own browser with Agent",
"longDescription": "Turn your everyday Chrome into an ultra-fast, controllable, readable, and verifiable automation environment for AI agents with 100% session & auth reuse.",
"developerName": "BrowserClaw Team",
"category": "Productivity",
"capabilities": [
"Browser Automation",
"DOM Accessibility Tree",
"CDP Control",
"Session Reuse"
],
"websiteURL": "https://github.com/GoldenLoaf24h/browserclaw",
"defaultPrompt": "Open Chrome and inspect my active webpage"
},
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[browserclaw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/browserclaw)