π¦
web-content-pick
A tool for extracting structured content from web pages with customizable selectors and crawling options
0 installs
Trust: 39 β Low
Browser
Installation
npx mcp-web-content-pickAsk AI about web-content-pick
Powered by Claude Β· Grounded in docs
I know everything about web-content-pick. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
@modelcontextprotocol/web-content-pick
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
-
install the tool with
npm install -g mcp-web-content-pick -
add config in claude_desktop_config.json
{
"mcpServers": {
"web_content_search": {
"command": "npx",
"args": [
"-y",
"mcp-web-content-pick"
]
}
}
}
Demo

