mcp-fetch
Model Context Protocol server for fetching web content and processing images, designed for use with Claude Desktop or any MCP client.
MCP Fetch is a Model Context Protocol server that enables the fetching of web content and processing of images for use with Claude Desktop or any compatible MCP client. It allows users to retrieve URLs from the internet, extract their content as markdown, and handle images efficiently. The tool is specifically designed for macOS due to its reliance on macOS-specific clipboard operations. It uses Sharp for image processing, ensuring optimal performance and quality. The tool can automatically handle multiple images by merging them vertically, adhering to specified size limits, and extracting the first frame of animated GIFs.
Features
- Fetches web content and processes images for MCP clients.
- Automatically handles multiple images with size and dimension limits.
- Designed specifically for macOS with clipboard operation support.
- Uses Sharp for high-performance image processing.
- Integrates seamlessly with Claude Desktop for enhanced functionality.
MCP Tools
- fetch: Retrieves URLs from the Internet and extracts their content as markdown. Images are automatically processed and prepared for clipboard operations.
Usage with Different Platforms
Claude Desktop Configuration
{
"tools": {
"fetch": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-fetch"]
}
}
}
Smithery Installation
bash
npx -y @smithery/cli install @kazuph/mcp-fetch --client claude
Manual Installation
bash
git clone https://github.com/kazuph/mcp-fetch.git
cd mcp-fetch
npm install
npm run build
Global tsx Installation
bash
npm install -g tsx
# or
pnpm add -g tsx
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
mcp-server-weibo
by Selenium39
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
browser-tools-mcp
by AgentDeskAI
BrowserTools MCP is a browser monitoring and interaction tool that enhances AI applications by capturing and analyzing browser data through a Chrome extension.