Io.Github.Soulfir/Babelwrap
БесплатноНе проверенEnables AI agents to control a web browser programmatically, allowing navigation, interaction, and data extraction from websites via the BabelWrap API.
Описание
Enables AI agents to control a web browser programmatically, allowing navigation, interaction, and data extraction from websites via the BabelWrap API.
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.
Installation
# Using uvx (recommended -- no install required)
uvx babelwrap-mcp
# Using pip
pip install babelwrap-mcp
# Using pipx (isolated environment)
pipx install 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": "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 Code
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"
Available Tools
| 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 |
Environment Variables
| Variable | Required | Description |
|---|---|---|
BABELWRAP_API_KEY |
Yes | Your BabelWrap API key |
BABELWRAP_API_URL |
No | API base URL (default: https://api.babelwrap.com/v1) |
Documentation
Full documentation at babelwrap.com/docs/mcp
License
MIT
Установка Io.Github.Soulfir/Babelwrap
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/babelwrap/babelwrap-mcpFAQ
Io.Github.Soulfir/Babelwrap MCP бесплатный?
Да, Io.Github.Soulfir/Babelwrap MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Io.Github.Soulfir/Babelwrap?
Нет, Io.Github.Soulfir/Babelwrap работает без API-ключей и переменных окружения.
Io.Github.Soulfir/Babelwrap — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Io.Github.Soulfir/Babelwrap в Claude Desktop, Claude Code или Cursor?
Открой Io.Github.Soulfir/Babelwrap на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Io.Github.Soulfir/Babelwrap with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
