Openbrowser AI MCP Server

AI browser automation, powered by code. Cloud dashboard for saved cookies and scheduled tasks is available in the hosted version. Join the waitlist for early access: https://openbrowser. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-07 · ★ 240 · #38 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Openbrowser AI

before you install - you'll need

Set OPENBROWSER_HEADLESS, GOOGLE_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, GROQ_API_KEY, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, VNC_ENABLED, AUTH_ENABLED before connecting.

Claude Code

claude mcp add billy-enrizky-openbrowser-ai -- uvx openbrowser-ai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "billy-enrizky-openbrowser-ai": {
      "command": "uvx",
      "args": [
        "openbrowser-ai"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package openbrowser-ai - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace me.openbrowser - domain-verified with the official MCP registry

03 · What Openbrowser AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.50 · 2026-07-07

What's New · CI fix: _read_pid tests now use /tmp directly for the Unix socket path, avoiding OSError: AF_UNIX path too long on macOS CI where pytest tmpdir paths exceeded the 104-char limit. No library behavior…

v0.1.49 · 2026-07-07

What's New · CI test fix: two _read_pid tests were failing after the v0.1.48 socket connectivity check. Tests now bind a real Unix socket and patch get_socket_path so the check passes correctly. No behavior changes to…

v0.1.48 · 2026-07-07

What's New · Daemon stale lock fix: daemon start no longer fails with "Another daemon is already running" when a previous daemon was killed with SIGKILL. The PID file is now validated by attempting a socket connection…

04 · Who maintains Openbrowser AI

openbrowser-ai is maintained by billy-enrizky. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
browser automation - ranked #38 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-07-07)
registry
me.openbrowser/openbrowser-ai (active, first published 2026-03-07 · 19 versions)
packages
pypi:openbrowser-ai

06 · Openbrowser AI FAQ

What is Openbrowser AI?

AI browser automation, powered by code. Cloud dashboard for saved cookies and scheduled tasks is available in the hosted version. Join the waitlist for early access: https://openbrowser. It runs locally over stdio via the published package.

Is Openbrowser AI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-07 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Openbrowser AI?

Run `uvx openbrowser-ai`. The README documents 12 environment variables (OPENBROWSER_HEADLESS, GOOGLE_API_KEY, OPENAI_API_KEY…) to set first. Set OPENBROWSER_HEADLESS, GOOGLE_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, GROQ_API_KEY, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, VNC_ENABLED, AUTH_ENABLED before connecting. You can also paste the ready-made client config above.

Does Openbrowser AI run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Openbrowser AI

More browser automation MCP servers · Bitrise · Zendriver MCP · Lanhu Design MCP · Brightdata MCP · Browser Gateway

More Python MCP servers · Memory Arbiter MCP · Superset · Finance MCP · see all