← Index

io.github.babelwrap/babelwrap-mcp

io.github.babelwrap/babelwrap-mcp·v0.1.0·Other
Quality Score
80
/100

MCP server for BabelWrap — give AI agents web browsing superpowers.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "babelwrap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "babelwrap-mcp"
      ],
      "env": {
        "BABELWRAP_API_KEY": "<your-babelwrap_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "babelwrap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "babelwrap-mcp"
      ],
      "env": {
        "BABELWRAP_API_KEY": "<your-babelwrap_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y babelwrap-mcp
§02  Environment variables
BABELWRAP_API_KEY
requiredsecret

Your BabelWrap API key. Get one at https://babelwrap.com

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other