Sponsored by Deepsite.site

Deckextract

Created By
8 days ago
Download DocSend and Papermark links as files. Converts decks to PDF or PPTX and data rooms to a ZIP of PDFs, including email-gated and passcode-protected links.
Overview
New

DocSend & Papermark MCP Server

Extract decks with MCP — convert DocSend and Papermark links to PDF or PowerPoint without leaving your AI assistant. DeckExtract ships a hosted Model Context Protocol server, so tools like Claude, Claude Code, ChatGPT, Codex, Mistral and others can turn a sharing link into a downloadable PDF or PPTX on your behalf.

Endpoint:https://deckextract.com/mcp

Transport: Streamable HTTP (no API key required)

Tool:deckextract

How it works

Once connected, your assistant gains a single deckextract tool. Give it a DocSend or Papermark link (optionally a password or email for gated decks) and it returns a temporary download link for the extracted document. Extractions usually take 15–90 seconds; download links stay valid for about an hour.

Rate limit: 5 extractions per IP per 30 minutes, shared with the public API.

Setup

Claude Code

Add the server with the CLI (HTTP transport is built in):

claude mcp add --transport http deckextract https://deckextract.com/mcp

Then ask Claude in any session to extract a DocSend or Papermark link.

Claude (desktop & web)

In Claude Desktop or claude.ai, open Settings → Connectors → Add custom connector and paste the URL:

https://deckextract.com/mcp

On older Claude Desktop builds without remote connectors, add it to claude_desktop_config.json instead via the mcp-remote bridge (see "Any other client" below).

ChatGPT & GPT API

In the ChatGPT app: Settings → Connectors → Advanced → Developer mode, then add the MCP server URL. From the OpenAI Responses API, pass it as a hosted MCP tool:

{
  "model": "gpt-5",
  "tools": [
    {
      "type": "mcp",
      "server_label": "deckextract",
      "server_url": "https://deckextract.com/mcp",
      "require_approval": "never"
    }
  ],
  "input": "Extract https://docsend.com/view/xzjawgkxgbysq8i5 as a PDF"
}

Codex CLI

Add to ~/.codex/config.toml:

[mcp_servers.deckextract]
command = "npx"
args = ["-y", "mcp-remote", "https://deckextract.com/mcp"]

Codex launches MCP servers as a command, so the mcp-remote bridge connects it to the hosted HTTP endpoint.

Mistral Le Chat

In Le Chat, open Settings → Connectors → Add connector → Custom MCP and paste the URL:

https://deckextract.com/mcp

OpenCode

Add a remote MCP server to opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "deckextract": {
      "type": "remote",
      "url": "https://deckextract.com/mcp",
      "enabled": true
    }
  }
}

Cohere

Cohere’s agent platform (North) accepts custom MCP servers — add the URL as an MCP tool source:

https://deckextract.com/mcp

For Cohere’s SDK tool-use, bridge the endpoint with mcp-remote and expose the deckextract tool to your agent.

Any other client

Any MCP client that speaks Streamable HTTP can use the URL directly. For clients that only accept a launch command (stdio), use the bridge:

npx -y mcp-remote https://deckextract.com/mcp

Tool reference

The deckextract tool accepts the following inputs:

ParameterTypeRequiredDescription
urlstringYes The DocSend or Papermark sharing link
format"pdf" | "pptx"No Output format (defaults to pdf)
emailstringNo Email for email-gated decks (one is generated automatically if omitted)
passwordstringNo Passcode for passcode-protected decks

Example result

{
  "downloadUrl": "https://deckextract.com/dl/ab12cd….pdf",
  "format": "pdf",
  "sizeBytes": 542318,
  "expiresAt": "2026-06-11T16:00:00.000Z",
  "sourceUrl": "https://docsend.com/view/xzjawgkxgbysq8i5"
}

Try it

Once the server is connected, just ask in plain language:

“Use deckextract to download https://docsend.com/view/xzjawgkxgbysq8i5 as a PowerPoint.”

Prefer raw HTTP?

If you'd rather call DeckExtract directly instead of through an AI tool, the same extraction is available as a plain REST endpoint — see the API documentation.

Server Config

{
  "mcpServers": {
    "deckextract": {
      "type": "http",
      "url": "https://deckextract.com/mcp"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop
CursorThe AI Code Editor