Command Palette

Search for a command to run...

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

Markfetch

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

Enables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.

GitHubEmbed

Описание

Enables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.

README

MCP server for Markfetch — let Claude, Cursor, or any MCP client read any web page as clean markdown or screenshot it, with one line of config.

Built for AI agents: turn a URL into LLM-ready context in one tool call.

Install

Add to your MCP client config (Claude Desktop, Cursor, Windsurf, …):

{
  "mcpServers": {
    "markfetch": {
      "command": "npx",
      "args": ["-y", "markfetch-mcp"],
      "env": { "MARKFETCH_API_KEY": "rk_your_key" }
    }
  }
}

No key? It works out of the box on the public rate-limited demo. Get a free key (500 requests/mo, no card) at https://markfetch.com.

Tools

Tool What it does
scrape_url(url) Fetches the page (real Chromium, waits for it to render) and returns the main content as clean, LLM-ready markdown.
screenshot_url(url) Returns a PNG screenshot of the page.

Env

  • MARKFETCH_API_KEY — your key (optional; falls back to the demo tier).
  • MARKFETCH_API_BASE — override the API base URL.

MIT licensed.

from github.com/asdfas988/markfetch-mcp

Установка Markfetch

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

▸ github.com/asdfas988/markfetch-mcp

FAQ

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

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

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

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

Markfetch — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Markfetch with

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

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

Автор?

Embed-бейдж для README

Похожее

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