Skip to main content
Glama
pssrh
by pssrh

Pony Browser MCP

Pony Browser MCP connects an MCP client to the user's existing Chrome profile through a loopback-only WebSocket. It adds dedicated agent windows, named task groups, workspace cleanup, and explicit human review prompts to the upstream Browser MCP implementation.

The project has two local components:

  1. The Chrome Web Store extension, installed once per Chrome profile and then updated by Chrome.

  2. The MCP server, launched on demand by Codex or another MCP client through stdio.

The server intentionally listens only on 127.0.0.1. It is not a shared remote browser service and does not expose browser control on the LAN.

Codex setup

After a release is published:

npm install --global https://github.com/pssrh/pony-browser-mcp/releases/download/v1.0.1/pony-browser-mcp-1.0.1.tgz
codex mcp add pony-browser -- pony-browser-mcp

For shared Windows, macOS, or Linux machines, install the signed extension through the managed-policy scripts in enterprise/. Chrome then checks the GitHub Pages update manifest and upgrades the extension without a Chrome Web Store listing. Developers can still load extension/ unpacked for local testing.

Related MCP server: Real Browser MCP

Build and verify

npm ci
npm test
npm run build:cws

The Web Store ZIP and npm tarball are written to dist/ with SHA-256 files.

Privacy

The extension has no analytics or vendor backend. Browser data requested by an MCP client travels over localhost to that client. The client may then send the data to its configured model provider under the client's own privacy policy. See the full privacy policy.

Attribution

This project is a fork of Browser MCP by Agent360, used under the MIT License. See NOTICE.md and LICENSE.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables browser automation over MCP using a real Chrome browser with existing profile, supporting real tabs, downloads, cookies, and RPA workflows.
    104
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Connects AI agents to your Chrome browser via MCP, enabling real-time control of existing tabs, sessions, and application state for development workflows.
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    MCP server that bridges authenticated sessions from a Chrome extension to CloakBrowser profiles via local WebSocket, enabling agents to sync, verify, and debug persistent login state without exposing raw credentials.
    9
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pssrh/pony-browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server