Fetch MCP Server

Developmentstdiov2026.1.26
Репозиторий

Provides HTTP request capabilities through the Model Context Protocol. Enables AI agents to fetch web content, retrieve API responses, and download resources from URLs. Supports converting HTML to Markdown for easier consumption and can handle various content types including JSON, text, and binary data.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

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

Инструменты (1)

fetch

Fetch a URL and return its content. HTML is converted to Markdown by default for readability.

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "raw": {
      "type": "boolean",
      "description": "Return raw content without HTML-to-Markdown conversion"
    },
    "url": {
      "type": "string",
      "description": "URL to fetch"
    },
    "max_length": {
      "type": "integer",
      "description": "Maximum number of characters to return (default 5000)"
    },
    "start_index": {
      "type": "integer",
      "description": "Start content from this character index for pagination"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Anthropic (@modelcontextprotocol)
Репозиторий
https://github.com/modelcontextprotocol/servers
Лицензия
Apache-2.0
Версия
2026.1.26
Звёзды
86,206
Последнее обновление
27 января 2026 г.