DocuQueue MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DocuQueue MCP ServerCreate an invoice for Acme Corp, 3 widgets at $50 each, 10% tax"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DocuQueue MCP Server
MCP server for creating professional documents (invoices, contracts, certificates, proposals, reports) using the DocuQueue API.
Quick Start
# Run directly with npx
npx github:docuqueue/docuqueue-mcpRelated MCP server: Dokmatiq DocGen
Setup
1. Get your API key
Sign up at docuqueue.com to get your API key.
2. Configure the MCP server
Create ~/.docuqueue/mcp-config.yaml:
docuqueue_api_key: "your-api-key-here"
docuqueue_api_url: "https://docuqueue.com/api/v1"3. Add to your AI client
Claude Code:
claude mcp add docuqueue -- npx github:docuqueue/docuqueue-mcpCodex (~/.codex/config.toml):
[mcp_servers.docuqueue]
command = "npx"
args = ["github:docuqueue/docuqueue-mcp"]OpenCode (~/.config/opencode/opencode.jsonc):
{
"mcp": {
"docuqueue": {
"type": "local",
"command": ["npx", "github:docuqueue/docuqueue-mcp"]
}
}
}Available Tools
Tool | Description |
| Browse available document designs |
| Design a new document layout |
| Create a document with your data |
| See how your document will look |
| Check if your document is ready |
| Get your finished document |
| Use your own Word document as a design |
| Match your company's visual style |
| View your saved style settings |
Usage
You: Create an invoice for Acme Corp, 3 widgets at $50 each, 10% tax
AI: [Lists templates] → [Previews invoice] → [Generates PDF] → [Returns download link]Development
git clone https://github.com/docuqueue/docuqueue-mcp.git
cd docuqueue-mcp
npm install
npm run devLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConnects AI assistants to DocuJSON for PDF generation, template management, and API operations via natural language. It enables tasks like creating invoices, managing templates, and viewing usage stats through MCP-compatible tools.6MIT

Dokmatiq DocGenofficial
AlicenseAqualityCmaintenancePDF/DOCX/Excel generation from HTML/Markdown with stationery overlay, ZUGFeRD/XRechnung e-invoicing, digital signing, form filling, and AI receipt OCR with DATEV/SKR03 export.40MIT- AlicenseBqualityBmaintenanceEnables complete Office document lifecycle management for AI agents, including creation, editing, conversion, and templating of DOCX, XLSX, PPTX, PDF, and EML files.40MIT
- AlicenseAqualityAmaintenanceEnables creating PDF documents (invoices, certificates, reports, etc.) from natural language descriptions, returning a shareable link to preview and edit the document.1129MIT
Related MCP Connectors
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docuqueue/docuqueue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server