DocWand
app.docwand/pdfSign, fill, merge and split PDFs entirely in your browser - files never leave your device.
Tools · 4
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. AL…
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 prov…
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 p…
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 / …
Resources · 3
ui://widget/sign-yok4re.html
ui://widget/merge-yok4re.html
ui://widget/split-yok4re.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"docwand": {
"url": "https://mcp.docwand.app/mcp",
"transport": "streamable-http"
}
}
}