Web Content Pick
Freeby MCP Community
A tool for extracting structured content from web pages with customizable selectors and crawling options
v0.0.25Added Apr 12, 2026
web-scrapingcontent-extractionhtml-parserweb-crawlerstructured-data
Web Content Pick MCP Server
A tool for extracting structured content from web pages with customizable selectors and crawling options
Installation
Reviews
Installation
Quick install
npx -y mcp-web-content-pick
Add to claude_desktop_config.json
{
"mcpServers": {
"web-content-pick": {
"command": "npx",
"args": ["-y", "mcp-web-content-pick"]
}
}
}