mcp-fetch
19
MCP Fetch is a Model Context Protocol server that facilitates fetching web content and processing images, optimized for use with Claude Desktop. Key features include web content extraction, image optimization, and pagination support.
What platforms is MCP Fetch compatible with?
MCP Fetch is designed for macOS due to its dependency on macOS-specific clipboard operations.
Can MCP Fetch process images?
Yes, MCP Fetch can process images with various optimizations, including JPEG conversion and size limitations.
How do I enable image fetching in MCP Fetch?
You can enable image fetching by setting the enableFetchImages
parameter to true in your configuration.
What is the default behavior for image fetching?
By default, images are not fetched (enableFetchImages: false
). You need to explicitly enable this feature.
What are the prerequisites for using MCP Fetch?
You need Node.js 18+, macOS, and Claude Desktop installed to use MCP Fetch.