Fetch
Freeby MCP Community
A Model Context Protocol server that provides web content fetching capabilities with automatic image saving and optional AI display
v1.6.2Added Apr 12, 2026
mcpfetchwebcontentimage
Fetch MCP Server
A Model Context Protocol server that provides web content fetching capabilities with automatic image saving and optional AI display
Installation
Reviews
Installation
Quick install
npx -y @kazuph/mcp-fetch
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-fetch"]
}
}
}