BabelWrap MCP
About
MCP server for BabelWrap — give AI agents web browsing superpowers via the Model Context Protocol.
Details
- Author
- babelwrap
- Downloads
- 111
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
BabelWrap MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



