docuqueue/docuqueue-plugin

DocuQueue — AI Document Generation Plugin

0

stars

1

commits

Sep 9, 2026

updated

README

DocuQueue — AI Document Generation Plugin

Generate PDFs, fill forms, and create documents from natural language using AI coding agents.

What Is This?

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:

  • Generate invoices, contracts, certificates, letters
  • Fill PDF forms (W-9, W-4, I-9, tax forms)
  • Create custom templates from HTML
  • Build presentation decks from research
  • Extract branding from websites

Which AI Agents Support This?

AgentTypeInstall
Claude CodeCLIclaude plugin install docuqueue
CursorIDECopy to ~/.cursor/plugins/
CodexCLIcodex plugins install docuqueue
VS CodeIDECopy to VS Code plugins
KiroIDECopy to plugins directory
Gemini CLICLIgemini plugin install docuqueue
GitHub CopilotIDECopy to plugins directory

How to Install

Claude Code

git clone https://github.com/docuqueue/docuqueue-plugin.git
claude plugin install ./docuqueue-plugin

Cursor

git clone https://github.com/docuqueue/docuqueue-plugin.git
cp -r docuqueue-plugin ~/.cursor/plugins/
# Restart Cursor

Codex

git clone https://github.com/docuqueue/docuqueue-plugin.git
codex plugins install ./docuqueue-plugin

VS Code / Kiro / Copilot

git clone https://github.com/docuqueue/docuqueue-plugin.git
# Copy to your IDE's plugin directory

What Tools Does It Provide?

ToolWhat It DoesExample Prompt
list_templatesBrowse document templates"What invoice templates do you have?"
create_templateCreate new HTML template"Make a contract template"
fill_templateGenerate PDF from template"Create invoice for Acme, $5,500"
preview_templatePreview before generating"Show me how this will look"
get_statusCheck if document is ready"Is my PDF done?"
download_pdfGet finished PDF"Download my invoice"
extract_brandingMatch company style from website"Use Acme's colors"
get_research_deckResearch + generate presentation"Research AI trends, make a deck"
save_deckSave presentation, get URL"Save this presentation"
generate_deckGenerate from templates + data"Create 5-slide product deck"

Example: Generate an Invoice

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

Example: Fill a W-9 Form

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

Example: Create a Presentation

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

Authentication

All tools require an API key. Get yours at docuqueue.com/dashboard.

Free tier: 25 credits/month. No credit card required.

Pricing

PlanCreditsPrice
Free25/month$0
Starter100/month$9
Pro500/month$29
Business2000/month$79

FAQ

What is an MCP plugin?

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.

Do I need to install anything?

No. The plugin connects to DocuQueue's remote server. Just clone the plugin and point your agent to it.

Is my data secure?

Yes. All communication is encrypted over HTTPS. Documents are generated on-the-fly and not stored indefinitely.

Can I use this without coding?

Yes. Once installed, just ask your AI agent in natural language: "Create an invoice for Acme Corp."

What documents can I generate?

Invoices, contracts, certificates, letters, gift vouchers, employment contracts, W-9 forms, W-4 forms, I-9 forms, presentations, and more.

Documentation

Contributing

Contributions welcome! Open an issue or submit a PR.

License

MIT

Contributors

dvcoolarun

1 commits

docuqueue/docuqueue-plugin

DocuQueue — AI Document Generation Plugin

0

stars

1

commits

Sep 9, 2026

updated

README

DocuQueue — AI Document Generation Plugin

Generate PDFs, fill forms, and create documents from natural language using AI coding agents.

What Is This?

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:

  • Generate invoices, contracts, certificates, letters
  • Fill PDF forms (W-9, W-4, I-9, tax forms)
  • Create custom templates from HTML
  • Build presentation decks from research
  • Extract branding from websites

Which AI Agents Support This?

AgentTypeInstall
Claude CodeCLIclaude plugin install docuqueue
CursorIDECopy to ~/.cursor/plugins/
CodexCLIcodex plugins install docuqueue
VS CodeIDECopy to VS Code plugins
KiroIDECopy to plugins directory
Gemini CLICLIgemini plugin install docuqueue
GitHub CopilotIDECopy to plugins directory

How to Install

Claude Code

git clone https://github.com/docuqueue/docuqueue-plugin.git
claude plugin install ./docuqueue-plugin

Cursor

git clone https://github.com/docuqueue/docuqueue-plugin.git
cp -r docuqueue-plugin ~/.cursor/plugins/
# Restart Cursor

Codex

git clone https://github.com/docuqueue/docuqueue-plugin.git
codex plugins install ./docuqueue-plugin

VS Code / Kiro / Copilot

git clone https://github.com/docuqueue/docuqueue-plugin.git
# Copy to your IDE's plugin directory

What Tools Does It Provide?

ToolWhat It DoesExample Prompt
list_templatesBrowse document templates"What invoice templates do you have?"
create_templateCreate new HTML template"Make a contract template"
fill_templateGenerate PDF from template"Create invoice for Acme, $5,500"
preview_templatePreview before generating"Show me how this will look"
get_statusCheck if document is ready"Is my PDF done?"
download_pdfGet finished PDF"Download my invoice"
extract_brandingMatch company style from website"Use Acme's colors"
get_research_deckResearch + generate presentation"Research AI trends, make a deck"
save_deckSave presentation, get URL"Save this presentation"
generate_deckGenerate from templates + data"Create 5-slide product deck"

Example: Generate an Invoice

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

Example: Fill a W-9 Form

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

Example: Create a Presentation

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

Authentication

All tools require an API key. Get yours at docuqueue.com/dashboard.

Free tier: 25 credits/month. No credit card required.

Pricing

PlanCreditsPrice
Free25/month$0
Starter100/month$9
Pro500/month$29
Business2000/month$79

FAQ

What is an MCP plugin?

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.

Do I need to install anything?

No. The plugin connects to DocuQueue's remote server. Just clone the plugin and point your agent to it.

Is my data secure?

Yes. All communication is encrypted over HTTPS. Documents are generated on-the-fly and not stored indefinitely.

Can I use this without coding?

Yes. Once installed, just ask your AI agent in natural language: "Create an invoice for Acme Corp."

What documents can I generate?

Invoices, contracts, certificates, letters, gift vouchers, employment contracts, W-9 forms, W-4 forms, I-9 forms, presentations, and more.

Documentation

Contributing

Contributions welcome! Open an issue or submit a PR.

License

MIT

Contributors

dvcoolarun

1 commits