Skip to content
@babelwrap

babelwrap

BabelWrap

The web, as an API, for your agents.

BabelWrap lets AI agents interact with any website through natural language. Instead of writing CSS selectors or XPath, agents describe what they want in plain English — and BabelWrap handles the rest.

Packages

Package Install Description
babelwrap pip install babelwrap Python SDK
babelwrap-mcp uvx babelwrap-mcp MCP Server for Claude, Cursor, and more

Quick Start

from babelwrap import BabelWrap

with BabelWrap(api_key="bw_...") as bw:
    with bw.create_session() as session:
        session.navigate("https://example.com")
        session.click("the Login button")
        session.fill("Email field", "user@example.com")
        data = session.extract("all product names and prices")

Links

Popular repositories Loading

  1. babelwrap-python babelwrap-python Public

    Python SDK for the BabelWrap API — the web, as an API, for your agents.

    Python

  2. babelwrap-mcp babelwrap-mcp Public

    MCP server for BabelWrap — give AI agents web browsing superpowers via the Model Context Protocol.

    Python 1

  3. babelwrap-examples babelwrap-examples Public

    Example projects showing how to use BabelWrap — AI agents interacting with websites via natural language.

    Python

  4. .github .github Public

    BabelWrap organization profile

  5. homebrew-babelwrap homebrew-babelwrap Public

    Homebrew tap for BabelWrap MCP server and CLI tools

    Ruby

  6. babelwrap-js babelwrap-js Public

    JavaScript/TypeScript SDK for BabelWrap — the web, as an API, for your agents.

    TypeScript

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…