docjet mcp for Cline
io.github.docjet-dev/docjet-mcp
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
client:Cline
transport:stdio
runtime:npm
Install docjet mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<DOCJET_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs