Install to ToolCloud
One click. No local setup. Works with any MCP client.
Fetch web pages and convert HTML to Markdown for LLM consumption. Supports robots.txt, custom user-agent, and content extraction.
fetchhtmlmarkdownweb
Manual Installation
Claude Code
claude mcp add fetch -- npx -y @modelcontextprotocol/server-fetchCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"fetch": {
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
],
"command": "npx"
}
}
}