
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
babelwrap-mcp
Advanced tools
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.
# Using npx (recommended -- no install required)
npx babelwrap-mcp
# Using npm (global)
npm install -g babelwrap-mcp
Sign up at babelwrap.com and create an API key from your dashboard.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"babelwrap": {
"command": "npx",
"args": ["-y", "babelwrap-mcp"],
"env": {
"BABELWRAP_API_KEY": "bw_your_api_key_here"
}
}
}
}
claude mcp add babelwrap -- npx -y babelwrap-mcp
Then set your API key:
export BABELWRAP_API_KEY=bw_your_api_key_here
| 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 by description |
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_upload | Upload a file |
babelwrap_hover | Hover over an element |
babelwrap_back | Navigate back |
babelwrap_forward | Navigate forward |
babelwrap_scroll | Scroll the page |
babelwrap_wait_for | Wait for a condition |
babelwrap_list_pages | List open tabs/pages |
babelwrap_switch_page | Switch to another tab |
pip install babelwrap-mcp (babelwrap-mcp on PyPI)npm install babelwrap (babelwrap on npm)pip install babelwrap (babelwrap on PyPI)MIT
FAQs
MCP server for BabelWrap — give AI agents web browsing superpowers.
We found that babelwrap-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.