Skip to content

Fetch (Official)

Free

by MCP Community

Official MCP server for web content fetching and conversion to LLM-friendly markdown format.

v1.0.0Added Nov 20, 2024
fetchwebmarkdown
Works with:ClaudeGPTGeminiCopilot

Fetch MCP Server

Official MCP server for web content fetching and conversion to LLM-friendly markdown format.

Features

  • URL fetching
  • HTML to markdown
  • Robots.txt respect
  • Content extraction
  • Official server

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-fetch
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fetch-(official)": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-fetch"]
    }
  }
}