PodPDF for Cursor
io.github.mohzameer/podpdf
Turn HTML, Markdown, URLs and saved templates into PDFs with the PodPDF API.
client:Cursor
transport:stdio
runtime:npm
Install PodPDF in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"podpdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"podpdf-mcp"
],
"env": {
"PODPDF_API_KEY": "<PODPDF_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs