com.deckextract/deckextract
Official2 toolsDeckExtract
Download DocSend and Papermark decks as PDF or PPTX, including email-gated and protected links.
Download DocSend and Papermark presentations as PDF or PPTX files.
Captured live from the server via tools/list.
deckextract
Extract a deck from a DocSend or Papermark sharing link. Returns a temporary download URL and a readable `deckextract://deck/...` resource for the PDF/PPTX (or a ZIP for data rooms). Pass `analyze: true` (requires a DeckExtract Pro account) to also return structured deck data. Typical extraction takes 15-90 seconds; the public API is rate limited to 5 extractions per IP per 30 minutes.
Parameters (5)
- urlstringrequired
The deck sharing link, e.g. https://docsend.com/view/... or https://papermark.com/view/...
- formatstring
Output format (default 'pdf')
- analyzeboolean
If true, also return structured analysis of the deck (company, team, round, metrics, market, competition). Requires a DeckExtract Pro account.
- emailstring
Email to present to email-gated decks. If omitted, an ephemeral address is generated automatically when the deck requires one.
- passwordstring
Passcode for passcode-protected decks
account_status
Returns the calling account's plan (free or Pro), whether it's signed in, and this month's extraction usage and remaining quota. Takes no input.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"deckextract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://deckextract.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.