MCP Server Integration

Convert DocSend documents directly from any MCP-compatible application using our MCP server.

Usage

Simply ask your AI assistant:

Setup

1. Install the docsend2pdf-mcp package:

pip install docsend2pdf-mcp

2. Add to your MCP client's configuration:

Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
For other MCP clients, consult their documentation for config file location.

{
    "mcpServers": {
        "docsend2pdf": {
            "command": "python",
            "args": ["-m", "docsend2pdf_mcp"]
        }
    }
}

3. Restart your MCP client for changes to take effect.

Back to Home