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.
Описание
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 |
|
percollate_download_epub |
EPUB e-book |
percollate_download_html |
HTML file |
percollate_download_md |
Markdown file |
Parameters:
urls(required) — Array of URLs to convertoutput— Output file pathtitle— Document titleauthor— Document authorcss— Additional CSS overridesstyle— Custom CSS stylesheet pathtemplate— Custom HTML template pathhyphenate— Enable hyphenationindividual— Export each URL as a separate filewait— Seconds between processing URLsno_amp— Don't prefer AMP versionscover— Generate a cover pagetoc— Generate a table of contentstoc_level— Heading depth for ToC (1–6)inline— Embed images as base64debug— 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 readtitle,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
Установка Percollate
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ljbred08/percollate-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Percollate with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
