Prince Cloud
cloud.prince/princeConvert Markdown, HTML, and web pages to high-quality PDF with Prince.
Tools · 3
Fetch a URL and convert it to PDF using Prince. Args: url: URL of a document to fetch and convert style: Additional CSS to apply (inline stylesheet content) page_size: Pag…
Convert Markdown content to PDF using Prince. Args: content: Markdown content to convert style: Additional CSS to apply (inline stylesheet content) page_size: Page size (e…
Convert HTML content to PDF using Prince. Args: content: HTML content to convert style: Additional CSS to apply (inline stylesheet content) page_size: Page size (e.g., A4,…
Resources · 1
Widget UI for PDF download card.
ui://widget/pdf-download.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"prince_cloud": {
"url": "https://prince.cloud/mcp",
"transport": "streamable-http"
}
}
}