auto-browser-client
Python SDK and MCP stdio bridge for the Auto Browser REST API.
SDK
from auto_browser_client import AutoBrowserClient
client = AutoBrowserClient("http://localhost:8000", token="secret")
session = client.create_session(start_url="https://example.com")
client.navigate(session["id"], "https://example.com/dashboard")
client.close_session(session["id"])
Every method has an async_ twin (await client.async_create_session(...)), and the
client works as a sync or async context manager. HTTP errors raise
AutoBrowserError, which carries status_code and the controller's detail.
A controller with REQUIRE_OPERATOR_ID=true rejects requests that don't name an
operator. A named credential (API_BEARER_TOKENS) names one through the token;
with the shared token, pass operator_id. Any other headers go in headers:
from auto_browser_client import AutoBrowserClient, AutoBrowserError
client = AutoBrowserClient(
"http://localhost:8000",
token="secret",
operator_id="alice",
)
try:
client.observe(session_id, preset="text")
except AutoBrowserError as exc:
print(exc.status_code, exc.detail)
MCP stdio bridge
This package also ships the auto-browser-mcp console script, which bridges
stdio MCP clients (Claude Desktop, Cursor, ...) to a running Auto Browser
controller:
auto-browser-mcp --base-url http://127.0.0.1:8000/mcp
Or zero-install via uv: uvx auto-browser-mcp
(resolved through the auto-browser-mcp
metapackage).
The server itself is Docker-first — see the Auto Browser repository to run it.
Release files for auto-browser-client 1.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| auto_browser_client-1.8.1.tar.gz | 18.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auto_browser_client-1.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.3 kB
Release files / auto_browser_client-1.8.1.tar.gz
| Download URL | auto_browser_client-1.8.1.tar.gz |
|---|---|
| Size | 18.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48412993c08f8c192284992f1be345b40f12f3a29fba74d8a1f8793721215fd5
|
|
BLAKE2b-256 checksum How to use checksums |
34755a884ce020c0e914048b0caa54f36439699d34c92d8a6b94569d069feb90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency logRelease files / auto_browser_client-1.8.1-py3-none-any.whl
| Download URL | auto_browser_client-1.8.1-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7504ee53b3f9cb7abce78537393e5942d62fa1c1221e53d5109fcae93dd9230f
|
|
BLAKE2b-256 checksum How to use checksums |
770794aa7a8e7b775aae0f84258baa80d37d3e3a932549f7fb36ce6ed1a67f6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 26, 2026.
Transparency log