babelwrap mcp for Cline
io.github.babelwrap/babelwrap-mcp
MCP server for BabelWrap — give AI agents web browsing superpowers.
client:Cline
transport:stdio
runtime:npm
Install babelwrap mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"babelwrap-mcp": {
"command": "npx",
"args": [
"-y",
"babelwrap-mcp"
],
"env": {
"BABELWRAP_API_KEY": "<BABELWRAP_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs