MCPServers
F

Fetch with Images

15
0

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 the specified URL. Parameters: url (required string), maxLength (default: 20000), startIndex (default: 0), raw (default: false)

fetch_images

Fetches and processes images from the specified URL. Parameters: url (required string), enableFetchImages (default: false), imageMaxCount (default: 3), imageStartIndex (default: 0)

paginate_images

Paginate through images from the specified URL. Parameters: url (required string), enableFetchImages (default: true), imageStartIndex (default: 0), imageMaxCount (default: 3)

extract_article_title

Extracts and displays the title of the article from the specified URL.

Last Updated: April 14, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Language

TypeScript

Categories

Tags