The BabelWrap MCP Server enables AI agents to browse the web using the BabelWrap API.
From the registry: Let AI agents interact with any website through natural language instead of CSS selectors
Please install the `babelwrap-mcp-babelwrap` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get a BabelWrap API key** — Sign up at babelwrap.com and create an API key from the dashboard. (https://babelwrap.com)
Optional prerequisites:
- Install uv — uvx comes with uv; required to run without installing. (https://github.com/astral-sh/uv)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["babelwrap-mcp"]
- required environment variables:
- `BABELWRAP_API_KEY`: Your BabelWrap API key. (example: `<your-babelwrap-api-key>`)
- optional environment variables:
- `BABELWRAP_API_URL`: API base URL override. (example: `https://api.babelwrap.com/v1`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BABELWRAP_API_KEYrequiredYour BabelWrap API keyMCP server for Firecrawl web scraping, structured data extraction and web search integration.