@modelcontextprotocol/web-content-pick

March 5, 2025 ยท View on GitHub

A powerful tool for extracting structured content from web pages with customizable selectors and crawling options. Part of the Model Context Protocol toolkit.

Features

  • ๐ŸŒ Extract structured content from any web page
  • ๐ŸŽฏ Customizable CSS selectors for content targeting
  • ๐ŸŒฒ Recursive crawling with depth control
  • ๐Ÿ”„ Automatic retry mechanism
  • โšก Fast and efficient processing
  • ๐Ÿ“ Clean, hierarchical output format

Usage

  1. install the tool with npm install -g mcp-web-content-pick

  2. add config in claude_desktop_config.json

{
  "mcpServers": {
    "web_content_search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-web-content-pick"
      ]
    }
  }
}

Demo

demo