Server data from the Official MCP Registry
Let AI agents interact with any website through natural language instead of CSS selectors
Let AI agents interact with any website through natural language instead of CSS selectors
Valid MCP server (0 strong, 4 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BABELWRAP_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-soulfir-babelwrap-mcp": {
"env": {
"BABELWRAP_API_KEY": "your-babelwrap-api-key-here"
},
"args": [
"babelwrap-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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 uvx (recommended -- no install required)
uvx babelwrap-mcp
# Using pip
pip install babelwrap-mcp
# Using pipx (isolated environment)
pipx install 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": "uvx",
"args": ["babelwrap-mcp"],
"env": {
"BABELWRAP_API_KEY": "bw_your_api_key_here"
}
}
}
}
If you installed with pip or pipx, use the binary directly:
{
"mcpServers": {
"babelwrap": {
"command": "babelwrap-mcp",
"args": [],
"env": {
"BABELWRAP_API_KEY": "bw_your_api_key_here"
}
}
}
}
claude mcp add babelwrap -- uvx babelwrap-mcp
Then set your API key as an environment variable:
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 |
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_scroll | Scroll the page |
babelwrap_hover | Hover over an element |
babelwrap_upload | Upload a file |
babelwrap_back / babelwrap_forward | Browser history |
babelwrap_wait_for | Wait for a condition |
babelwrap_list_pages / babelwrap_switch_page | Multi-tab support |
| Variable | Required | Description |
|---|---|---|
BABELWRAP_API_KEY | Yes | Your BabelWrap API key |
BABELWRAP_API_URL | No | API base URL (default: https://api.babelwrap.com/v1) |
Full documentation at babelwrap.com/docs/mcp
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.