Fetch Node
Freeby MCP Community
A Model Context Protocol server that provides web content fetching capabilities
v1.3.1Added Apr 12, 2026
mcpmcp-serverfetch
Fetch Node MCP Server
A Model Context Protocol server that provides web content fetching capabilities
Installation
Reviews
Installation
Quick install
npx -y mcp-fetch-node
Add to claude_desktop_config.json
{
"mcpServers": {
"fetch-node": {
"command": "npx",
"args": ["-y", "mcp-fetch-node"]
}
}
}