Skip to content
Windsurf

DocMake for Windsurf

io.docmake/mcp

Generate DOCX and PDF documents from your DocMake templates

client:Windsurf transport:stdio runtime:npm

Install DocMake in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@docmake/mcp"
      ],
      "env": {
        "DOCMAKE_API_KEY": "<DOCMAKE_API_KEY>",
        "DOCMAKE_OUTPUT_DIR": "<DOCMAKE_OUTPUT_DIR>",
        "DOCMAKE_API_BASE": "<DOCMAKE_API_BASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

DocMake in other clients