mcpbeat Sign in

PolyDoc MCP Server

local only

PolyDoc runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 1 Aug 2026.

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

Installs per day peak 142 · avg 16 · +23% w/w
a month agotoday
36
Installs / week
npm · polydoc-mcp
0
Stars
1 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check PolyDoc every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add polydoc-mcp -- npx -y polydoc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "polydoc-mcp": {
      "args": [
        "-y",
        "polydoc-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.polydoc-mcp]
command = "npx"
args = ["-y", "polydoc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "polydoc-mcp": {
      "args": [
        "-y",
        "polydoc-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "polydoc-mcp": {
      "args": [
        "-y",
        "polydoc-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: POLYDOC_API_KEY (API key from dashboard.polydoc.tech.), POLYDOC_SANDBOX (Default sandbox mode (watermarked, does not use production quota). A tool call can override per request. Defaults to false.), POLYDOC_BASE_URL (Override for self-hosted or staging use. Defaults to https://api.polydoc.tech.), POLYDOC_OUTPUT_DIR (Directory downloads are written to. Defaults to the OS temp dir + /polydoc.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PolyDoc

same job, measured the same way
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
OpenGraph.io MCP Server
by securecoders

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

86 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
Docapi
by doc-api-llc

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

31 installs/wk local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

43 installs/wk 4 tools answering

PolyDoc — questions

Answers built from our own checks of this server.

Why is there no uptime for PolyDoc?
PolyDoc runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package polydoc-mcp was installed 36 times last week.
How do I connect PolyDoc?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls polydoc-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PolyDoc?
The npm package polydoc-mcp was installed 36 times in the last week. Week over week that is +23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PolyDoc open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.