babelwrap-mcp
OfficialClick on "Deploy 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: openai-agents-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 deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
AlicenseDqualityDmaintenanceAn MCP server that enables AI clients like Cursor, Windsurf, and Claude Desktop to access web content in markdown format, providing web unblocking and searching capabilities.215 npm60MIT- AlicenseAqualityDmaintenanceMCP server that bridges OpenAI's Agents SDK with Claude Code, enabling web search, file search, and computer use capabilities directly in your development environment.29 npm1MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server wrapping the Cursor CLI agent, enabling Claude Code and other MCP clients to delegate tasks to Cursor's AI agent for file writing, bash commands, and codebase queries.-
- AlicenseAqualityCmaintenanceA lightweight MCP server that gives AI assistants real-time web search and URL reading — no API keys required.2GPL 3.0