loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

cBrowse

MCP Tool

Cozythecoder/cBrowse

Hosted browser bridge and MCP surface for AI agents. ( srry 4 website domain will change later )

Install

$ npx loaditout add Cozythecoder/cBrowse

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "cBrowse": {
      "command": "npx",
      "args": [
        "-y",
        "cBrowse"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

cBrowse

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.

What It Includes
  • A Chrome extension for page inspection and browser control.
  • A local WebSocket bridge and hosted HTTP MCP server.
  • A browser-specific pairing flow so each client targets its own browser route.
  • A hosted landing page, llms.txt, and a raw Codex skill.
  • Deployment scripts for a small DigitalOcean Droplet.
How It Works
  1. The user loads the cBrowse extension in Chrome.
  2. The extension connects to the bridge and gets a browser-specific MCP route.
  3. The agent connects to that MCP route.
  4. The agent claims one dedicated tab and performs browser actions through MCP.
Quick Start
1. Install dependencies
npm install
2. Run the project locally
npm run build
npm run dev:relay

In another shell:

npm run dev:mcp:http
3. Load the extension

For local development, load the repo root in Chrome as an unpacked extension:

  • /Users/cozy/Documents/cBrowse

For a packaged release, cBrowse builds from the standalone extension under:

  • extension/
4. Connect your agent

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.md
Local Commands
  • npm run check
  • npm run build
  • npm run dev:relay
  • npm run dev:mcp:stdio
  • npm run dev:mcp:http
  • npm run install:codex-skill
  • npm run build:extension
  • npm run release:local
Build Extension Releases

cBrowse can produce both a distributable .zip and a signed .crx.

CBROWSE_GENERATE_KEY=1 npm run build:extension

Artifacts ar

Tags

ai-agentsautomationbrowser-automationchrome-extensionmcp

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated23 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Cozythecoder/cBrowse)](https://loaditout.ai/skills/Cozythecoder/cBrowse)