Docupilot Connector for AI agents.
10 live capabilities
Automate personalized document generation from JSON data.
Waiting for input…
Why people use Docupilot
Docupilot for Automated Document Generation
With this Connector, you just give your agent the data. It picks the template, fills in the blanks, and hands you the finished file. You get a finished document in seconds.
What Vinkius changes
Your AI does the manual data entry and file generation for you.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk Offer Letters
An HR lead asks the agent to create 20 offer letters from a spreadsheet.
- Real-world use case 02
Sales Proposal Generation
A sales rep gives the agent a client name and budget.
- Real-world use case 03
Template Auditing
A developer needs to know which fields are mandatory for a new contract.
Complete set · 10capabilities
The complete Docupilot capability set.
These are the exact actions your AI can choose when you ask it to work with Docupilot.
01—04
4 capabilities in this set.
Part of 10 available through Docupilot.
- 01 Capability
Trigger document merge
Start a new document merge by sending data to a specific template. This is the primary way to create files.
- 02 Capability
List latest document merges
Quickly see the most recent documents created by the engine. Use this for a fast status check.
- 03 Capability
List docupilot templates
Get a list of every template available in your account. This helps you see what's ready to use.
- 04 Capability
Get docupilot account metadata
Check your account limits and metadata. Use this to see your current usage status.
05—07
3 capabilities in this set.
Part of 10 available through Docupilot.
- 05 Capability
Get document generation status
See if a specific document is finished and get its download link. It's great for checking batch progress.
- 06 Capability
Get template merge field audit
Find out exactly which fields a template needs to be filled correctly. This prevents merge errors.
- 07 Capability
List failed document merges
Find documents that failed to merge so you can fix the data. This is key for troubleshooting large batches.
08—10
3 capabilities in this set.
Part of 10 available through Docupilot.
- 08 Capability
Search docupilot templates
Find a specific template by searching for a keyword in its name. It saves you from scrolling through lists.
- 09 Capability
Get template schema
Get the full configuration and field details for a specific template. Use this for deep audits.
- 10 Capability
List generated documents
See a list of all documents you've merged recently. It helps you keep track of your output.
Set up in minutes
One URL. Then ask Docupilot to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Docupilot from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Docupilot, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Docupilot for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Docupilot URL.
- Step 03
Save and start
Save the connection and enable Docupilot in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"docupilot": {
"url": "https://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Docupilot
Open Agent mode in chat and ask: "Using Docupilot, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"docupilot": {
"url": "https://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Docupilot
Ask Copilot: "Using Docupilot, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"docupilot": {
"url": "https://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Docupilot
Open Cascade and ask: "Using Docupilot, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"docupilot": {
"url": "https://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Docupilot
Ask Cline: "Using Docupilot, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add docupilot --transport http "https://edge.vinkius.com/vk_preview_sliZcaUBiXotl6hmkx3w5R3gxlY5uJVXKMpEJ6EX/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Docupilot
Ask Claude: "Using Docupilot, show me...". 10 tools are ready
Where the request belongs
Work Docupilot can move forward.
This is for the operations people who are tired of the copy-paste grind. It's for anyone who needs to generate hundreds of personalized contracts, letters, or reports without doing it by hand.
Sales Ops Manager
Automatically generates personalized proposals from CRM data on a Tuesday afternoon.
HR Coordinator
Sends out 50 employee offer letters at once without manual data entry.
Technical Writer
Audits document schemas and tests data flows for complex templates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDocsGenFlow
Create documents automatically from templates with merge fields that pull data from your systems and generate polished output.
Documint
Equip your AI agent to automate document generation, manage templates, and track output files via the Documint API.
Docdown
Equip your AI agent to generate documents, manage templates, and track output files via the Docdown API.
HotDocs
Automate document assembly via HotDocs Advance. list templates, create work items, conduct interviews, and generate documents directly from any AI agent.
Knackly
Generate legal and business documents from smart templates with conditional logic that adapts content to every unique situation.
Legito
Automate document lifecycle management via Legito. manage template suites, document records, and user permissions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Docupilot connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Docupilot.
The practical details behind the request, access and result.
Can Docupilot MCP create multiple documents at once?
Yes, it handles high-volume merges. You can ask your agent to process a whole list of data, and it will trigger the merges for each one.
How do I find out what data a Docupilot template needs?
Your agent can check the merge fields for any template. This ensures you have all the right info before you start the generation process.
Can I see if my documents actually finished generating?
Yes, you can ask about the status of any specific document. The agent will check the queue and give you the download link if it's done.
What happens if a document merge fails?
The Connector can list all failed merges. This lets you see exactly which ones hit an error so you can fix the data and try again.
Can I search for specific templates in my account?
You can ask your agent to find a template by name. It'll search your Docupilot library and show you the best matches.
Does Docupilot MCP work with my CRM data?
If you can provide the data in a structured format like JSON, your agent can use it to fill out your Docupilot templates.
How do I get a Docupilot API Key?
Log in to your Docupilot account, navigate to Settings > API Key, and you can generate or retrieve your unique API Key from there.
Can the agent show me the merge fields for a template?
Yes, you can use the get_template_merge_field_audit capability to retrieve exactly which data keys are needed to populate a specific template.
What formats does Docupilot support for output?
Docupilot supports generating documents in PDF, Microsoft Word (.docx), and other popular formats depending on your template type.
One connection away
Give your agent a direct line to Docupilot.
Connect Docupilot once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available