PluginBench
MCP Server

CRW Web Scraper MCP Server

io.github.us/crw

What is the CRW Web Scraper MCP server?

Open-source web scraper for AI agents with scrape, crawl, and map tools

How to install CRW Web Scraper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest",
        "crw-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "crw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest",
        "crw-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "crw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest",
        "crw-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "crw": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest",
        "crw-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add crw -- docker run -i --rm ghcr.io/us/crw:latest crw-mcp

Related MCP servers

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.

View repository →