Command Palette

Search for a command to run...

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

Percollate

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

An MCP server that wraps Percollate to convert web pages into PDF, EPUB, HTML, or Markdown, and also read a page as Markdown directly in conversation.

GitHubEmbed

Описание

An MCP server that wraps Percollate to convert web pages into PDF, EPUB, HTML, or Markdown, and also read a page as Markdown directly in conversation.

README

An MCP server that wraps Percollate to convert web pages into PDF, EPUB, HTML, or Markdown — directly from your AI assistant.

Tools

Download tools

Each writes a file to disk:

Tool Output
percollate_download_pdf PDF
percollate_download_epub EPUB e-book
percollate_download_html HTML file
percollate_download_md Markdown file

Parameters:

  • urls (required) — Array of URLs to convert
  • output — Output file path
  • title — Document title
  • author — Document author
  • css — Additional CSS overrides
  • style — Custom CSS stylesheet path
  • template — Custom HTML template path
  • hyphenate — Enable hyphenation
  • individual — Export each URL as a separate file
  • wait — Seconds between processing URLs
  • no_amp — Don't prefer AMP versions
  • cover — Generate a cover page
  • toc — Generate a table of contents
  • toc_level — Heading depth for ToC (1–6)
  • inline — Embed images as base64
  • debug — Verbose output

percollate_read_md

Reads a web page as Markdown and returns the content directly in conversation. Results are cached locally — repeated calls for the same URL return instantly.

Parameters:

  • url (required) — URL to read
  • title, author, css, style, template, hyphenate, wait, no_amp, debug — standard processing options

Cached files are stored in your OS temp directory (percollate-mcp-cache/).

Quick Start

Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "percollate": {
      "command": "npx",
      "args": ["-y", "percollate-mcp"]
    }
  }
}

No install needed — npx handles it automatically.

Requirements

  • Node.js 18+

License

MIT

from github.com/ljbred08/percollate-mcp

Установка Percollate

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

▸ github.com/ljbred08/percollate-mcp

FAQ

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

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

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

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

Percollate — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Compare Percollate with

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

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

Автор?

Embed-бейдж для README

Похожее

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