babelwrap mcp for Cline
io.github.soulfir/babelwrap-mcp
Let AI agents interact with any website through natural language instead of CSS selectors
client:Cline
transport:stdio
runtime:pypi
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": "uvx",
"args": [
"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