babelwrap mcp for Claude Desktop
io.github.babelwrap/babelwrap-mcp
MCP server for BabelWrap — give AI agents web browsing superpowers.
client:Claude Desktop
transport:stdio
runtime:npm
Install babelwrap mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"babelwrap-mcp": {
"command": "npx",
"args": [
"-y",
"babelwrap-mcp"
],
"env": {
"BABELWRAP_API_KEY": "<BABELWRAP_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs