Loading MCP server directory, please wait...
Turn HTML, Markdown, URLs and saved templates into PDFs with the PodPDF API.
npx @getmcp/cli add io.github.mohzameer/podpdfRequires Node.js 18+. Community-contributed server. Review source before installing.
PODPDF_API_KEYAPI key from https://app.podpdf.com (Settings → API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mohzameer/podpdf": {
"command": "npx",
"args": [
"-y",
"podpdf-mcp"
],
"env": {
"PODPDF_API_KEY": ""
}
}
}
}