docjet mcp for Windsurf
io.github.docjet-dev/docjet-mcp
Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.
client:Windsurf
transport:stdio
runtime:npm
Install docjet mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"docjet-mcp": {
"command": "npx",
"args": [
"-y",
"docjet-mcp"
],
"env": {
"DOCJET_API_KEY": "<DOCJET_API_KEY>",
"DOCJET_BASE_URL": "<DOCJET_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs