{
  "markdown": "# BabelWrap MCP Server\n\nAn [MCP](https://modelcontextprotocol.io) server that gives AI agents web browsing superpowers via the [BabelWrap](https://babelwrap.com) API.\n\nWorks with Claude Desktop, Cursor, Claude Code, and any MCP-compatible client.\n\n## Installation\n\n```bash\n# Using uvx (recommended -- no install required)\nuvx babelwrap-mcp\n\n# Using pip\npip install babelwrap-mcp\n\n# Using pipx (isolated environment)\npipx install babelwrap-mcp\n```\n\n## Setup\n\n### 1. Get an API Key\n\nSign up at [babelwrap.com](https://babelwrap.com) and create an API key from your dashboard.\n\n### 2. Configure Your MCP Client\n\n#### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"babelwrap\": {\n      \"command\": \"uvx\",\n      \"args\": [\"babelwrap-mcp\"],\n      \"env\": {\n        \"BABELWRAP_API_KEY\": \"bw_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\nIf you installed with `pip` or `pipx`, use the binary directly:\n\n```json\n{\n  \"mcpServers\": {\n    \"babelwrap\": {\n      \"command\": \"babelwrap-mcp\",\n      \"args\": [],\n      \"env\": {\n        \"BABELWRAP_API_KEY\": \"bw_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n#### Claude Code\n\n```bash\nclaude mcp add babelwrap -- uvx babelwrap-mcp\n```\n\nThen set your API key as an environment variable:\n```bash\nexport BABELWRAP_API_KEY=\"bw_your_api_key_here\"\n```\n\n## Available Tools\n\n| Tool | Description |\n|---|---|\n| `babelwrap_new_session` | Create a new browser session |\n| `babelwrap_close_session` | Close a browser session |\n| `babelwrap_navigate` | Navigate to a URL |\n| `babelwrap_snapshot` | Get current page state |\n| `babelwrap_click` | Click an element |\n| `babelwrap_fill` | Fill a form field |\n| `babelwrap_submit` | Submit a form |\n| `babelwrap_extract` | Extract structured data |\n| `babelwrap_screenshot` | Take a screenshot |\n| `babelwrap_press` | Press a keyboard key |\n| `babelwrap_scroll` | Scroll the page |\n| `babelwrap_hover` | Hover over an element |\n| `babelwrap_upload` | Upload a file |\n| `babelwrap_back` / `babelwrap_forward` | Browser history |\n| `babelwrap_wait_for` | Wait for a condition |\n| `babelwrap_list_pages` / `babelwrap_switch_page` | Multi-tab support |\n\n## Environment Variables\n\n| Variable | Required | Description |\n|---|---|---|\n| `BABELWRAP_API_KEY` | Yes | Your BabelWrap API key |\n| `BABELWRAP_API_URL` | No | API base URL (default: `https://api.babelwrap.com/v1`) |\n\n## Documentation\n\nFull documentation at [babelwrap.com/docs/mcp](https://babelwrap.com/docs/mcp)\n\n## License\n\nMIT\n\n<!-- mcp-name: io.github.soulfir/babelwrap-mcp -->",
  "bytes": 2533,
  "sha": "68e663809bfd56a11b53e38082d5675f20a0d345b289a41df51fd3802e134c6f",
  "repo_slug": "babelwrap/babelwrap-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_babelwrap_babelwrap_mcp_e35fb410/readme"
}