← Back to browse

PolyDoc

Indexed by tech.polydoc

About

PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPOLYDOC_API_KEY POLYDOC_SANDBOX POLYDOC_BASE_URL POLYDOC_OUTPUT_DIR
Claude Code
claude mcp add --env POLYDOC_API_KEY= --env POLYDOC_SANDBOX= --env POLYDOC_BASE_URL= --env POLYDOC_OUTPUT_DIR= polydoc-mcp -- npx polydoc-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"polydoc-mcp","command":"npx","args":["polydoc-mcp"],"env":{"POLYDOC_API_KEY":"","POLYDOC_SANDBOX":"","POLYDOC_BASE_URL":"","POLYDOC_OUTPUT_DIR":""}}'
JSON
{
  "mcpServers": {
    "polydoc-mcp": {
      "command": "npx",
      "args": [
        "polydoc-mcp"
      ],
      "env": {
        "POLYDOC_API_KEY": "",
        "POLYDOC_SANDBOX": "",
        "POLYDOC_BASE_URL": "",
        "POLYDOC_OUTPUT_DIR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.