percollate-mcp
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
percollate-mcp
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.