docjet mcp for Cursor
io.github.docjet-dev/docjet-mcp
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
client:Cursor
transport:stdio
runtime:npm
Install docjet mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docjet-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<DOCJET_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs