Fetch

by Anthropic · Web Search

15,000 stars10,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

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-fetch

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "fetch": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ],
      "command": "npx"
    }
  }
}