Skip to main content

MCP server for BabelWrap — give AI agents web browsing superpowers.

Project description

BabelWrap MCP Server

An MCP server that gives AI agents web browsing superpowers via the BabelWrap API.

Works with Claude Desktop, Cursor, Claude Code, and any MCP-compatible client.

Installation

# Using uvx (recommended -- no install required)
uvx babelwrap-mcp

# Using pip
pip install babelwrap-mcp

# Using pipx (isolated environment)
pipx install babelwrap-mcp

Setup

1. Get an API Key

Sign up at babelwrap.com and create an API key from your dashboard.

2. Configure Your MCP Client

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "babelwrap": {
      "command": "uvx",
      "args": ["babelwrap-mcp"],
      "env": {
        "BABELWRAP_API_KEY": "bw_your_api_key_here"
      }
    }
  }
}

If you installed with pip or pipx, use the binary directly:

{
  "mcpServers": {
    "babelwrap": {
      "command": "babelwrap-mcp",
      "args": [],
      "env": {
        "BABELWRAP_API_KEY": "bw_your_api_key_here"
      }
    }
  }
}

Claude Code

claude mcp add babelwrap -- uvx babelwrap-mcp

Then set your API key as an environment variable:

export BABELWRAP_API_KEY="bw_your_api_key_here"

Available Tools

Tool Description
babelwrap_new_session Create a new browser session
babelwrap_close_session Close a browser session
babelwrap_navigate Navigate to a URL
babelwrap_snapshot Get current page state
babelwrap_click Click an element
babelwrap_fill Fill a form field
babelwrap_submit Submit a form
babelwrap_extract Extract structured data
babelwrap_screenshot Take a screenshot
babelwrap_press Press a keyboard key
babelwrap_scroll Scroll the page
babelwrap_hover Hover over an element
babelwrap_upload Upload a file
babelwrap_back / babelwrap_forward Browser history
babelwrap_wait_for Wait for a condition
babelwrap_list_pages / babelwrap_switch_page Multi-tab support

Environment Variables

Variable Required Description
BABELWRAP_API_KEY Yes Your BabelWrap API key
BABELWRAP_API_URL No API base URL (default: https://api.babelwrap.com/v1)

Documentation

Full documentation at babelwrap.com/docs/mcp

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

babelwrap_mcp-0.1.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

babelwrap_mcp-0.1.0-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file babelwrap_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: babelwrap_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for babelwrap_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9649f99b30245aaba01bea857a6df60a17f1a01d793612e915f0486d7b15ce84
MD5 634478f24565c5b919a28df3ba556a5b
BLAKE2b-256 4e714275e2a4ac019130b03f3256467144a3906f84788cd5ce1b473daf90c5fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for babelwrap_mcp-0.1.0.tar.gz:

Publisher: publish.yml on soulfir/babelwrap-monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file babelwrap_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: babelwrap_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for babelwrap_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93f130460fd46cae83299f384c520a03feba202738508e4bfea31b5528d73538
MD5 145a4cf68524deb975c921b6011ad929
BLAKE2b-256 b6a7d9886994fcd77f7b41d24318d980da76f27b6ddaa15447c7eb5e60311b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for babelwrap_mcp-0.1.0-py3-none-any.whl:

Publisher: publish.yml on soulfir/babelwrap-monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page