Skip to main content
Glama

agent-browser-mcp-codex

Expose local agent-browser capabilities as MCP tools and bootstrap Codex integration quickly.

Quick Start for Codex

Prerequisite: agent-browser must already be installed locally.

  1. Run npx agent-browser-mcp-codex init-codex

  2. Restart Codex or open a new session

Related MCP server: cdp-bridge

What agent-browser already provides

agent-browser already provides a broad browser automation surface, including:

  • Navigation and interaction

  • Keyboard, mouse, upload, download, and scrolling controls

  • Page inspection and info retrieval

  • Tabs, sessions, storage, and network operations

  • Debugging, diffing, recording, and streaming

  • Auth, chat, dashboard, and setup commands

What this MCP wrapper currently exposes

This package currently exposes a focused subset of agent-browser commands:

  • Navigation: open, back, forward, reload

  • Interaction: click, fill, type

  • Read and page state: get_title, get_text, get_html, snapshot, screenshot, wait

  • Tabs: tab_list, tab_new, tab_close

  • Runtime: eval

  • Storage and network: cookies_get, network_requests

  • Sessions and raw passthrough: session_current, session_list, session_close, run_raw_command

Manual Setup

If you want to wire the plugin in manually, the local Codex templates live under codex/plugin/.

Limitations

  • This package currently exposes a subset of the upstream agent-browser CLI, not the full surface.

  • Some tool families are intentionally narrow right now.

  • Broader coverage may be added over time, but the current surface should be treated as evolving.

Development

For local verification:

  • npm test

  • npm run typecheck

Release

  • Configure an NPM_TOKEN secret in the GitHub repository before the first automated publish.

  • Create and publish a GitHub Release to trigger npm publication for the current package version.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables real browser automation as tools in Cursor, Claude Desktop, Windsurf, and any MCP-compatible client, allowing AI agents to interact with web pages through natural language.
    Last updated
    36
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Connects MCP clients to real browser sessions via a Chromium plugin, enabling LLMs to read, scan, automate, and navigate web pages using the user's existing browser state.
    Last updated
    10
    277
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A browser automation MCP server providing 30 tools for navigation, interaction, page information, state checks, tab management, and more, enabling natural language control of browsers via MCP-compatible clients.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

View all MCP Connectors

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/Blackman99/agent-browser-mcp'

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