Fetch with Images
Summary
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.
Available Actions(4)
fetch_web_content
Fetches web content from a specified URL. Parameters: url (required string), maxLength (optional integer), startIndex (optional integer), raw (optional boolean)
fetch_article_title
Extracts and displays the title of the article from the given URL. Parameters: url (required string)
process_images
Processes images from web pages with optional optimization. Parameters: url (required string), enableFetchImages (optional boolean), imageMaxCount (optional integer)
paginate_images
Supports pagination for images fetched from a URL. Parameters: url (required string), imageStartIndex (optional integer), imageMaxCount (optional integer)
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione