Back to Browse

Docuqueue MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.

About

Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.

Remote endpoints: streamable-http: https://docuqueue.com/mcp/sse

Security Report

3.2
Use Caution3.2High Risk

The DocuQueue MCP server has reasonable structure and appropriate use of authentication, but contains several security concerns that warrant attention. The unauthenticated TODO comment in the remote server, missing API key validation, weak CORS configuration, and insufficient input validation on file operations create exploitable vectors. The branding extractor contains proper URL validation but file upload functionality lacks path traversal protections. Supply chain analysis found 3 known vulnerabilities in dependencies (2 critical, 1 high severity).

7 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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-mcp

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-mcp

Codex (~/.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

ToolDescription
list_templatesBrowse available document designs
create_templateDesign a new document layout
fill_templateCreate a document with your data
preview_templateSee how your document will look
get_statusCheck if your document is ready
download_pdfGet your finished document
upload_docx_templateUse your own Word document as a design
extract_brandingMatch your company's visual style
get_brandingView 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 dev

License

MIT

Reviews

No reviews yet

Be the first to review this server!