Generate PDFs, fill forms, and create documents from natural language using AI coding agents.
DocuQueue is an MCP-powered plugin that lets AI coding agents generate professional documents. Say "create an invoice" and get a PDF in seconds.
Use cases:
| Agent | Type | Install |
|---|---|---|
| Claude Code | CLI | claude plugin install docuqueue |
| Cursor | IDE | Copy to ~/.cursor/plugins/ |
| Codex | CLI | codex plugins install docuqueue |
| VS Code | IDE | Copy to VS Code plugins |
| Kiro | IDE | Copy to plugins directory |
| Gemini CLI | CLI | gemini plugin install docuqueue |
| GitHub Copilot | IDE | Copy to plugins directory |
git clone https://github.com/docuqueue/docuqueue-plugin.git
claude plugin install ./docuqueue-plugin
git clone https://github.com/docuqueue/docuqueue-plugin.git
cp -r docuqueue-plugin ~/.cursor/plugins/
# Restart Cursor
git clone https://github.com/docuqueue/docuqueue-plugin.git
codex plugins install ./docuqueue-plugin
git clone https://github.com/docuqueue/docuqueue-plugin.git
# Copy to your IDE's plugin directory
| Tool | What It Does | Example Prompt |
|---|---|---|
list_templates | Browse document templates | "What invoice templates do you have?" |
create_template | Create new HTML template | "Make a contract template" |
fill_template | Generate PDF from template | "Create invoice for Acme, $5,500" |
preview_template | Preview before generating | "Show me how this will look" |
get_status | Check if document is ready | "Is my PDF done?" |
download_pdf | Get finished PDF | "Download my invoice" |
extract_branding | Match company style from website | "Use Acme's colors" |
get_research_deck | Research + generate presentation | "Research AI trends, make a deck" |
save_deck | Save presentation, get URL | "Save this presentation" |
generate_deck | Generate from templates + data | "Create 5-slide product deck" |
You: "Create an invoice for Acme Corp, $5,500, due in 30 days"
Agent:
1. Calls list_templates → finds Invoice template
2. Calls fill_template → generates PDF with your data
3. Calls download_pdf → returns URL
Result: https://docuqueue.com/d/abc123
You: "Fill out a W-9 with my info: John Smith, 123 Main St, EIN 12-3456789"
Agent:
1. Calls list_templates → finds W-9 template
2. Calls fill_template → populates form fields
3. Calls download_pdf → returns completed PDF
Result: Filled W-9 ready to send to client
You: "Research quantum computing and make a 10-slide deck"
Agent:
1. Calls get_research_deck → researches topic
2. Calls save_deck → generates visual deck
Result: Interactive presentation with charts
All tools require an API key. Get yours at docuqueue.com/dashboard.
Free tier: 25 credits/month. No credit card required.
| Plan | Credits | Price |
|---|---|---|
| Free | 25/month | $0 |
| Starter | 100/month | $9 |
| Pro | 500/month | $29 |
| Business | 2000/month | $79 |
MCP (Model Context Protocol) is a standard that lets AI agents connect to external tools. This plugin connects your AI coding agent to DocuQueue's document generation API.
No. The plugin connects to DocuQueue's remote server. Just clone the plugin and point your agent to it.
Yes. All communication is encrypted over HTTPS. Documents are generated on-the-fly and not stored indefinitely.
Yes. Once installed, just ask your AI agent in natural language: "Create an invoice for Acme Corp."
Invoices, contracts, certificates, letters, gift vouchers, employment contracts, W-9 forms, W-4 forms, I-9 forms, presentations, and more.
Contributions welcome! Open an issue or submit a PR.
MIT
1 commits
Hacker News (1)
Generate PDFs, fill forms, and create documents from natural language using AI coding agents.
DocuQueue is an MCP-powered plugin that lets AI coding agents generate professional documents. Say "create an invoice" and get a PDF in seconds.
Use cases:
| Agent | Type | Install |
|---|---|---|
| Claude Code | CLI | claude plugin install docuqueue |
| Cursor | IDE | Copy to ~/.cursor/plugins/ |
| Codex | CLI | codex plugins install docuqueue |
| VS Code | IDE | Copy to VS Code plugins |
| Kiro | IDE | Copy to plugins directory |
| Gemini CLI | CLI | gemini plugin install docuqueue |
| GitHub Copilot | IDE | Copy to plugins directory |
git clone https://github.com/docuqueue/docuqueue-plugin.git
claude plugin install ./docuqueue-plugin
git clone https://github.com/docuqueue/docuqueue-plugin.git
cp -r docuqueue-plugin ~/.cursor/plugins/
# Restart Cursor
git clone https://github.com/docuqueue/docuqueue-plugin.git
codex plugins install ./docuqueue-plugin
git clone https://github.com/docuqueue/docuqueue-plugin.git
# Copy to your IDE's plugin directory
| Tool | What It Does | Example Prompt |
|---|---|---|
list_templates | Browse document templates | "What invoice templates do you have?" |
create_template | Create new HTML template | "Make a contract template" |
fill_template | Generate PDF from template | "Create invoice for Acme, $5,500" |
preview_template | Preview before generating | "Show me how this will look" |
get_status | Check if document is ready | "Is my PDF done?" |
download_pdf | Get finished PDF | "Download my invoice" |
extract_branding | Match company style from website | "Use Acme's colors" |
get_research_deck | Research + generate presentation | "Research AI trends, make a deck" |
save_deck | Save presentation, get URL | "Save this presentation" |
generate_deck | Generate from templates + data | "Create 5-slide product deck" |
You: "Create an invoice for Acme Corp, $5,500, due in 30 days"
Agent:
1. Calls list_templates → finds Invoice template
2. Calls fill_template → generates PDF with your data
3. Calls download_pdf → returns URL
Result: https://docuqueue.com/d/abc123
You: "Fill out a W-9 with my info: John Smith, 123 Main St, EIN 12-3456789"
Agent:
1. Calls list_templates → finds W-9 template
2. Calls fill_template → populates form fields
3. Calls download_pdf → returns completed PDF
Result: Filled W-9 ready to send to client
You: "Research quantum computing and make a 10-slide deck"
Agent:
1. Calls get_research_deck → researches topic
2. Calls save_deck → generates visual deck
Result: Interactive presentation with charts
All tools require an API key. Get yours at docuqueue.com/dashboard.
Free tier: 25 credits/month. No credit card required.
| Plan | Credits | Price |
|---|---|---|
| Free | 25/month | $0 |
| Starter | 100/month | $9 |
| Pro | 500/month | $29 |
| Business | 2000/month | $79 |
MCP (Model Context Protocol) is a standard that lets AI agents connect to external tools. This plugin connects your AI coding agent to DocuQueue's document generation API.
No. The plugin connects to DocuQueue's remote server. Just clone the plugin and point your agent to it.
Yes. All communication is encrypted over HTTPS. Documents are generated on-the-fly and not stored indefinitely.
Yes. Once installed, just ask your AI agent in natural language: "Create an invoice for Acme Corp."
Invoices, contracts, certificates, letters, gift vouchers, employment contracts, W-9 forms, W-4 forms, I-9 forms, presentations, and more.
Contributions welcome! Open an issue or submit a PR.
MIT
Hacker News (1)
1 commits