This MCP server, developed by kazuph, enables web content fetching and image processing capabilities for AI assistants. It integrates with libraries like jsdom, Readability, and Sharp to extract readable content from web pages, convert HTML to Markdown, and process images for optimal viewing. The implementation handles robots.txt restrictions, merges multiple images vertically with size limits, and uses macOS clipboard operations for seamless image insertion. It's designed for scenarios requiring web scraping, content summarization, or image handling within AI conversations, allowing assistants to fetch and process web content on demand while respecting web standards and optimizing for readability.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Automatically extracts and formats web content as markdown.
Extracts and displays the title of the article.
Processes images from web pages with optimization. Enable with `enableFetchImages: true`.
Automatically saves processed images to the `~/Downloads/mcp-fetch/YYYY-MM-DD/` directory.
Provides both file saving and optional Base64 encoding for AI display.
Supports pagination for both text and images.
Automatically optimizes images as JPEG for better performance.
Extracts the first frame from animated GIFs.