Cozythecoder/cBrowse
Hosted browser bridge and MCP surface for AI agents. ( srry 4 website domain will change later )
Platform-specific configuration:
{
"mcpServers": {
"cBrowse": {
"command": "npx",
"args": [
"-y",
"cBrowse"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
cBrowse is a hosted browser bridge for AI agents.
It gives an agent one dedicated browser tab, exposes browser actions over MCP, and ships a Chrome extension plus a hosted setup page so users do not need to run a local relay manually.
llms.txt, and a raw Codex skill.npm installnpm run build
npm run dev:relayIn another shell:
npm run dev:mcp:httpFor local development, load the repo root in Chrome as an unpacked extension:
/Users/cozy/Documents/cBrowseFor a packaged release, cBrowse builds from the standalone extension under:
extension/Open the extension popup, copy the browser-specific MCP URL, and add it to your client.
For Codex:
codex mcp add cbrowse --url https://your-domain.example/mcp/<browser-key>If your client supports a raw skill file, point it at:
https://your-domain.example/cbrowse-skill.mdnpm run checknpm run buildnpm run dev:relaynpm run dev:mcp:stdionpm run dev:mcp:httpnpm run install:codex-skillnpm run build:extensionnpm run release:localcBrowse can produce both a distributable .zip and a signed .crx.
CBROWSE_GENERATE_KEY=1 npm run build:extensionArtifacts ar
Loading reviews...