🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

babelwrap-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babelwrap-mcp

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

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

BabelWrap MCP Server (Node.js)

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 npx (recommended -- no install required)
npx babelwrap-mcp

# Using npm (global)
npm install -g 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": "npx",
      "args": ["-y", "babelwrap-mcp"],
      "env": {
        "BABELWRAP_API_KEY": "bw_your_api_key_here"
      }
    }
  }
}

Claude Code

claude mcp add babelwrap -- npx -y babelwrap-mcp

Then set your API key:

export BABELWRAP_API_KEY=bw_your_api_key_here

Tools

ToolDescription
babelwrap_new_sessionCreate a new browser session
babelwrap_close_sessionClose a browser session
babelwrap_navigateNavigate to a URL
babelwrap_snapshotGet current page state
babelwrap_clickClick an element by description
babelwrap_fillFill a form field
babelwrap_submitSubmit a form
babelwrap_extractExtract structured data
babelwrap_screenshotTake a screenshot
babelwrap_pressPress a keyboard key
babelwrap_uploadUpload a file
babelwrap_hoverHover over an element
babelwrap_backNavigate back
babelwrap_forwardNavigate forward
babelwrap_scrollScroll the page
babelwrap_wait_forWait for a condition
babelwrap_list_pagesList open tabs/pages
babelwrap_switch_pageSwitch to another tab

Also Available

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

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.

Install

Related posts