DocuQueue
About
Create document from template
Details
- Author
- docuqueue
- Categories
- Productivity
Jump to
Setup
Install DocuQueue in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/docuqueue/docuqueue-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
claude mcp add docuqueue -e DOCUQUEUE_API_KEY=your_api_key -- npx docuqueue-mcp
- Template Management: Browse, create, and preview document templates
- PDF Generation: Fill templates with data and generate PDFs instantly
- Form Filling: Auto-detect and fill PDF form fields (W-9, W-4, contracts)
- Batch Processing: Generate multiple documents from CSV/Excel data
- Brand Extraction: Extract colors, fonts, and logos from any website
- DOCX Support: Upload and use Word documents as templates
- Tool Annotations: Read-only and destructive operations clearly marked
No installation required. Add this URL to your AI client:
# Claude Code claude mcp add docuqueue -e DOCUQUEUE_API_KEY=your_api_key -- npx docuqueue-mcp # Or install globally npm install -g docuqueue-mcp
- Go toSettings → Connectors → Add custom connector
- Paste:https://docuqueue.com/mcp/sse
- ClickAuthorizein the browser popup
- Start generating documents
Add to~/.config/Claude/claude_desktop_config.json:
{ "mcpServers": { "docuqueue": { "command": "npx", "args": ["docuqueue-mcp"], "env": { "DOCUQUEUE_API_KEY": "your_api_key" } } } }
claude mcp add docuqueue -e DOCUQUEUE_API_KEY=your_api_key -- npx docuqueue-mcp
[mcp_servers.docuqueue] command = "npx" args = ["docuqueue-mcp"] [mcp_servers.docuqueue.env] DOCUQUEUE_API_KEY = "your_api_key"
Add to~/.config/opencode/opencode.jsonc:
{ "mcp": { "docuqueue": { "type": "local", "command": ["npx", "docuqueue-mcp"], "env": { "DOCUQUEUE_API_KEY": "your_api_key" } } } }
Add to~/.cursor/mcp.jsonor~/.codeium/windsurf/mcp_config.json:
{ "mcpServers": { "docuqueue": { "command": "npx", "args": ["docuqueue-mcp"], "env": { "DOCUQUEUE_API_KEY": "your_api_key" } } } }
- Go toSettings → Connectors → Add custom connector
- Enter URL:https://docuqueue.com/mcp/sse
- Add header:Authorization: Bearer YOUR_API_KEY
DocuQueue MCP tools includeMCP ToolAnnotationsso clients can:
- Distinguishread-onlytools from write-capable tools
- Understand which operations aredestructive
- Identify tools that accessexternal resources
Each example is a prompt you can paste directly into your AI chat:
Create an invoice for Acme Corp, 3 widgets at $50 each, 10% tax
The AI will list templates, preview the invoice, generate the PDF, and return a download link.
Create a certificate for John Doe, completed the Python bootcamp on August 12, 2026
Create an NDA between Acme Corp and Globex Corp, effective January 1, 2026
Fill in this W-9 form: name "Acme Corp", EIN "12-3456789", address "123 Main St"
Extract the brand colors and fonts fromhttps://stripe.com
Create a receipt for customer John Smith, order #ORD-2024-0892, 3x Widget Pro at $24.99 each, subtotal $74.97, tax $5.62, total $80.59, paid with Visa ending in 4242
Upload this Word document as a template: /path/to/contract.docx
*Not required when using hosted OAuth mode.
DocuQueue MCP is a remote server — your requests go to DocuQueue's servers and return generated PDFs. Authentication tokens are sent only to DocuQueue's services during OAuth login and API calls. Documents are generated on-the-fly and not stored indefinitely.
git clone https://github.com/docuqueue/docuqueue-mcp.git cd docuqueue-mcp npm install
# Development mode with hot reload npm run dev # Or build and run npm run build npm start
src/ ├── index.ts # Local MCP server (stdio) ├── remote.ts # Remote MCP server (SSE/HTTP) ├── config.ts # Configuration management ├── tools/ # Tool implementations │ ├── listTemplates.ts │ ├── createTemplate.ts │ ├── fillTemplate.ts │ ├── previewTemplate.ts │ ├── getStatus.ts │ ├── downloadPdf.ts │ ├── uploadDocxTemplate.ts │ └── uploadPdf.ts ├── branding/ # Brand extraction ├── api/ # API client ├── errors/ # Error handling └── types/ # TypeScript types
- Website:docuqueue.com
- MCP page:docuqueue.com/mcp
- API docs:docuqueue.com/redoc
- GitHub:github.com/docuqueue/docuqueue-mcp
- Issues:github.com/docuqueue/docuqueue-mcp/issues
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



