Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Fetch Ya

БесплатноНе проверен

Fetches web content and converts HTML to markdown with robots.txt compliance and proxy support.

GitHubEmbed

Описание

Fetches web content and converts HTML to markdown with robots.txt compliance and proxy support.

README

A Model Context Protocol (MCP) server for fetching web content and converting HTML to markdown.

Features

  • HTML to Markdown - Automatically extracts main content using Readability and converts to clean markdown
  • robots.txt Compliance - Respects robots.txt by default (configurable)
  • Custom User-Agent - Configurable User-Agent string
  • Proxy Support - Optional HTTP/HTTPS proxy configuration

Installation

npm install -g mcp-fetch-ya@latest

Or use directly with npx:

npx mcp-fetch-ya@latest

Usage with Claude Desktop

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": ["mcp-fetch-ya@latest"]
    }
  }
}

With options

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "mcp-fetch-ya@latest",
        "--ignore-robots-txt",
        "--user-agent", "MyBot/1.0"
      ]
    }
  }
}

With proxy

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "mcp-fetch-ya@latest",
        "--proxy-url", "http://proxy.example.com:8080"
      ]
    }
  }
}

Tool: fetch_ya

If the built-in web fetch tool fails, you can retry with this MCP tool as a fallback. Fetches a URL and returns the content. HTML pages are converted to markdown for easier reading.

Parameters

Parameter Type Required Default Description
url string Yes - The URL to fetch
raw boolean No false Return raw content without markdown conversion

CLI Options

Option Description
--user-agent <agent> Custom User-Agent string
--proxy-url <url> Proxy URL for requests
--ignore-robots-txt Ignore robots.txt restrictions

License

MIT

from github.com/xiaocang/mcp-fetch-ya

Установка Fetch Ya

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/xiaocang/mcp-fetch-ya

FAQ

Fetch Ya MCP бесплатный?

Да, Fetch Ya MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Fetch Ya?

Нет, Fetch Ya работает без API-ключей и переменных окружения.

Fetch Ya — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Fetch Ya в Claude Desktop, Claude Code или Cursor?

Открой Fetch Ya на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Fetch Ya with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development