Metadata-Version: 2.4
Name: auto-browser-mcp
Version: 1.2.1
Summary: MCP stdio bridge for Auto Browser (metapackage for `uvx auto-browser-mcp`)
License: MIT
Project-URL: Homepage, https://github.com/LvcidPsyche/auto-browser
Project-URL: Repository, https://github.com/LvcidPsyche/auto-browser
Keywords: auto-browser,mcp,mcp-server,browser-automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: auto-browser-client>=1.2.1

# auto-browser-mcp

Stdio MCP bridge for [Auto Browser](https://github.com/LvcidPsyche/auto-browser) — give your AI agent a real browser, with a human in the loop.

This is a metapackage: it installs [`auto-browser-client`](https://pypi.org/project/auto-browser-client/) and exposes the `auto-browser-mcp` command so MCP clients can launch the bridge with a single `uvx` invocation.

## Usage

With a local Auto Browser stack running (`docker compose up` in the repo):

```json
{
  "mcpServers": {
    "auto-browser": {
      "command": "uvx",
      "args": ["auto-browser-mcp"]
    }
  }
}
```

Pass `--base-url` / `--bearer-token` (or set `AUTO_BROWSER_BASE_URL` / `AUTO_BROWSER_BEARER_TOKEN`) for non-default deployments.

See the [Auto Browser repository](https://github.com/LvcidPsyche/auto-browser) for the full server, docs, and examples.
