getmcpbeta

Fetch

stdio

Fetch web content and convert HTML to markdown. Useful for reading web pages, APIs, and documentation

Author

Anthropic

Runtime

python

Package

mcp-server-fetch

Command

uvx mcp-server-fetch

Categories

webutilities

Install with the CLI:

npx @getmcp/cli add fetch

Configuration

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

JSON
{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ]
    }
  }
}

Claude Desktop MCP documentation