web-clipper-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@web-clipper-mcpClip https://example.com/article to markdown with images"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Web Clipper MCP Server
MCP server for clipping web pages to Markdown with local images.
Installation
Using uvx (Recommended)
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Add to Claude Desktop config (~/.config/claude/claude_desktop_config.json){
"mcpServers": {
"web-clipper": {
"command": "uvx",
"args": ["--from", "/Users/like/research/web-clipper-mcp", "web-clipper-mcp"]
}
}
}Using pip
cd /Users/like/research/web-clipper-mcp
python -m venv .venv
source .venv/bin/activate
pip install -e .{
"mcpServers": {
"web-clipper": {
"command": "/Users/like/research/web-clipper-mcp/.venv/bin/python",
"args": ["-m", "web_clipper_mcp.server"]
}
}
}Related MCP server: Puppeteer Vision MCP Server
Tools
get_page_structure
Analyze a web page's structure and return a summary with CSS selector suggestions.
Parameters:
url(required): The URL to analyze
Example:
Analyze https://example.com/articleclip_url
Extract content from a URL and convert to Markdown.
Parameters:
url(required): The URL to clipselector(optional): CSS selector to extract specific contentsave_to(optional): File path to save the Markdown (default: ~/Downloads/web-clipper/{YYYY-MM-DD}-{timestamp}/{title}.md)download_images(optional): Whether to download images locally (default: true)force_image_attr(optional): Force using specific attribute for images (e.g., "data-src", "src", "file")
Example:
Save https://example.com/article to ~/notes/article.mdclip_html
Convert raw HTML to Markdown.
Parameters:
html(required): Raw HTML content to convertbase_url(optional): Base URL for resolving relative image URLssave_to(optional): File path to save the Markdowndownload_images(optional): Whether to download images locally (default: true)
Example:
Convert this HTML to Markdown: <div>...</div>Usage
Install the MCP server
Add to Claude Desktop config
Restart Claude Desktop
Use natural language to clip web pages:
帮我保存 https://example.com/article这篇文章的结构是什么? https://example.com/article把这段 HTML 转成 Markdown: <div>...</div>Prompt
clip-webpage
Recommended workflow for clipping web pages. Guides the LLM through: analyzing page structure, identifying content area, and calling clip_url with appropriate parameters.
Arguments:
url(required): The URL to clipcontent_selector(optional): CSS selector for content area (e.g.,article,div.post)
Features
Auto-extract main content using Readability
CSS selector support for manual content selection
Local image download and path replacement
Markdown output with proper formatting
Batch image lazy-loading pattern detection
Force image attribute selection for ambiguous cases
Automatic save with timestamp folder to prevent overwrites
This server cannot be deployed
Maintenance
Related MCP Connectors
Screenshot any web page, or read it as clean Markdown, with consent banners, ads and popups removed.
Screenshot any URL/HTML as PNG/JPEG/WebP, or read it as clean Markdown/text for LLMs.
Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceScrapes webpages and converts them to clean Markdown using browser automation, ideal for creating READMEs, documentation, or processing dynamic web content.-
- AlicenseNot gradedqualityCmaintenanceScrapes webpages and converts them to markdown using AI-powered interaction to automatically handle cookie banners, CAPTCHAs, paywalls, and other blocking elements before extracting clean content.3 npm48Apache 2.0

stripfeed-mcp-serverofficial
AlicenseAqualityBmaintenanceConverts any URL to clean, token-efficient Markdown for AI agents. Strips ads, navigation, and scripts. Supports CSS selectors, batch processing (10 URLs), token counting, and smart caching.33 npmMIT- FlicenseNot gradedqualityCmaintenanceEnables scraping single pages or crawling entire websites, converting content to markdown and optionally extracting structured data with Claude.-