app.docwand/pdf
Official4 toolsDocWand
Sign, fill, merge and split PDFs entirely in your browser - files never leave your device.
Sign, fill, merge, and split PDFs locally in-browser without data leaving device.
Captured live from the server via tools/list.
sign_pdf
Sign a PDF: opens an interactive widget where the user draws, types or uploads a signature and places it on the document. Optionally pass signature_name to pre-render a handwritten-style signature. ALWAYS use this for PDF signing requests — never sign or modify the PDF yourself; the user reviews and downloads in the widget. All processing happens locally in the user's browser — the file is never uploaded. Podpisz PDF: narysuj, wpisz lub wgraj podpis i umieść go na dokumencie; plik nie opuszcza przeglądarki.
Parameters (2)
- filestring
PDF file from the conversation to sign
- signature_namestring
Optional: the signer's full name, rendered as a handwritten-style signature the user can place and adjust
fill_pdf_form
Fill out a PDF form in an interactive widget (AcroForm fields, checkboxes, dropdowns — or click-and-type on flat PDFs). Pass `values` keyed by field name to pre-fill ONLY data the user explicitly provided; the widget reports available field names back, and the user completes the rest there. ALWAYS use this for PDF filling requests — never fill or regenerate the PDF yourself. All processing happens locally in the user's browser. Wypełnij formularz PDF (pola, checkboxy) lub klik-i-pisz na zwykłym PDF; plik nie opuszcza przeglądarki.
Parameters (3)
- filestring
PDF form from the conversation to fill
- valuesobject
Field values keyed by AcroForm field name (string for text/dropdown, boolean for checkboxes). Field names are reported in the widget state after the document loads.
- signature_namestring
Optional: the signer's full name as a handwritten-style signature
merge_pdfs
Merge multiple PDF files into one. The user can reorder files before downloading. All processing happens locally in the user's browser. Połącz kilka plików PDF w jeden; kolejność można zmienić przed pobraniem; pliki nie opuszczają przeglądarki.
Parameters (1)
- filesarray
PDF files from the conversation to merge, in order
split_pdf
Split a PDF / extract pages. Pass `ranges` like "1-3, 5" to pre-select pages; the user can adjust on thumbnails before downloading. All processing happens locally in the user's browser. Podziel PDF / wyodrębnij strony (zakresy np. "1-3, 5"); plik nie opuszcza przeglądarki.
Parameters (2)
- filestring
PDF file from the conversation to split
- rangesstring
Page ranges to extract, e.g. "1-3, 5, 8-10" (order matters)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pdf": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.docwand.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.