Web Content Pick

Web Content Pick

kilicmu

Extracts structured content from web pages using customizable CSS selectors and provides organized, hierarchical data without switching to a browser.

Extracts structured content from web pages using customizable selectors for crawling, parsing, and analyzing HTML elements without leaving the assistant interface.

1541 viewsRemoteLocal (stdio)

What it does

  • Extract structured content from any web URL
  • Use custom CSS selectors to target specific elements
  • Crawl websites recursively with depth control
  • Parse HTML into organized hierarchical format
  • Analyze page structure automatically
  • Retry failed requests automatically

Best for

Web scraping and data extractionContent analysis and researchAutomated content monitoringSite structure analysis
Works directly in assistant interfaceCustomizable CSS selectorsRecursive crawling support

About Web Content Pick

Web Content Pick is a community-built MCP server published by kilicmu that provides AI assistants with tools and capabilities via the Model Context Protocol. Extract structured data from web pages with customizable selectors. Easily crawl, parse, and analyze HTML using web craw It is categorized under browser automation, search web. This server exposes 1 tool that AI clients can invoke during conversations and coding sessions.

How to install

You can install Web Content Pick in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport. This server supports remote connections over HTTP, so no local installation is required.

License

Web Content Pick is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (1)

web-content-pick

Extracts structured content from a given web URL, providing a comprehensive analysis of the page structure. Returns organized data including headings, paragraphs, links, images, tables, and metadata. Ideal for content analysis, web scraping, and generating structured representations of web pages. Supports HTML parsing with clean, hierarchical output format.

@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

  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

Alternatives

Related Skills

Browse all skills