BabelWrap MCP

by babelwrap

111 downloads
Not rated
GitHub Website

About

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

Details

Author
babelwrap
Downloads
111
Categories
Other

- Create, manage, and close browser sessions
- Navigate to URLs and interact with page elements
- Click, fill forms, and submit data
- Extract structured data and take screenshots
- Multi-tab support with page listing and switching
- Keyboard, scroll, hover, and upload actions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name BabelWrap MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install using uvx babelwrap-mcp, pip install babelwrap-mcp, or pipx install babelwrap-mcp. Obtain an API key from babelwrap.com, then configure your client (e.g., Claude Desktop) with the BABELWRAP_API_KEY environment variable. Run the server with babelwrap-mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

{
    "babelwrap-mcp": {
        "command": "uvx",
        "args": [
            "babelwrap-mcp"
        ]
    }
}

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

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.