babelwrap-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@babelwrap-mcpOpen wikipedia.org and find the summary of 'Artificial Intelligence'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: real-browser-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-mcpThen set your API key:
export BABELWRAP_API_KEY=bw_your_api_key_hereTools
Tool | Description |
| Create a new browser session |
| Close a browser session |
| Navigate to a URL |
| Get current page state |
| Click an element by description |
| Fill a form field |
| Submit a form |
| Extract structured data |
| Take a screenshot |
| Press a keyboard key |
| Upload a file |
| Hover over an element |
| Navigate back |
| Navigate forward |
| Scroll the page |
| Wait for a condition |
| List open tabs/pages |
| Switch to another tab |
Also Available
Python:
pip install babelwrap-mcp(babelwrap-mcp on PyPI)JS/TS SDK:
npm install babelwrap(babelwrap on npm)Python SDK:
pip install babelwrap(babelwrap on PyPI)
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/babelwrap/babelwrap-mcp-js'
If you have feedback or need assistance with the MCP directory API, please join our Discord server