percollate-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@percollate-mcpRead https://example.com as Markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| |
| EPUB e-book |
| HTML file |
| 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/).
Related MCP server: defuddle-mcp
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ljbred08/percollate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server