Home › File Systems › MintPDF
MintPDF
Turn HTML or Markdown into a clean, styled PDF and get a download link.
Topics: File Systems
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mintpdf.dev/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mintpdf https://mintpdf.dev/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mintpdf": {
"url": "https://mintpdf.dev/mcp"
}
}
}
Package (npm 0.1.3)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mintpdf": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}
Related servers
markitdown
MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
filestash
Remote Storage Access: SFTP, S3, FTP, SMB, NFS, WebDAV, GIT, FTPS, gcloud, azure blob, sharepoint, etc.
mcp-filesystem-server
Golang implementation for local file system access.
mcp-everything-search
Fast Windows file search using Everything SDK
llm-context.py
Share code context with LLMs via MCP or clipboard
mcp-gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry