DocsGenFlow Connector for AI agents.
10 live capabilities
Automate your business document generation and template management.
Waiting for input…
Why people use DocsGenFlow
DocsGenFlow for Solving Manual Document Generation
This Connector changes that by letting your AI client do the heavy lifting. You just provide the data, and your agent triggers the creation of finished files. You get the final output without ever having to open a template or copy a single cell.
What Vinkius changes
You get a hands-off way to turn data into finished documents through your AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating high-volume contract generation
A legal lead asks their agent to generate 50 personalized contracts from a CSV list.
- Real-world use case 02
Batching monthly invoices
An operations manager tells their agent to trigger the monthly invoice batch.
- Real-world use case 03
Retrieving metadata for CRM updates
A developer asks their agent to get the file URLs for the last 10 documents.
Complete set · 10capabilities
The complete DocsGenFlow capability set.
These are the exact actions your AI can choose when you ask it to work with DocsGenFlow.
01—04
4 capabilities in this set.
Part of 10 available through DocsGenFlow.
- 01 Capability
Download document
Download a finished file to your local machine. This helps you get the final PDF or DOCX out of the system.
- 02 Capability
Generate document
Create a new document using JSON data for your merge fields. It handles the heavy lifting of populating your templates.
- 03 Capability
List templates
Browse all the document templates in your account. This is your first step to seeing what you can create.
- 04 Capability
List documents
See a list of all your generated documents. Use this to quickly find files you've already created.
05—07
3 capabilities in this set.
Part of 10 available through DocsGenFlow.
- 05 Capability
Check docsgenflow status
Verify that your API connection is active. Use this to make sure your capabilities are talking to each other correctly.
- 06 Capability
Create template
Build a new document template through your agent. This lets you expand your library without leaving your workspace.
- 07 Capability
Get account
Fetch your current account information. This is useful for checking your profile and subscription details.
08—10
3 capabilities in this set.
Part of 10 available through DocsGenFlow.
- 08 Capability
Get document
Get specific details for a single generated file. Use this to pull metadata or check the status of a specific job.
- 09 Capability
Get template
Retrieve the details of a specific document template. This shows you what fields are available for use.
- 10 Capability
List history
View the full history of your document generation jobs. This helps you track past requests and errors.
Set up in minutes
One URL. Then ask DocsGenFlow to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DocsGenFlow 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_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DocsGenFlow for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow URL.
- Step 03
Save and start
Save the connection and enable DocsGenFlow in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"docsgenflow": {
"url": "https://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow
Open Agent mode in chat and ask: "Using DocsGenFlow, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"docsgenflow": {
"url": "https://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow
Ask Copilot: "Using DocsGenFlow, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"docsgenflow": {
"url": "https://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow
Open Cascade and ask: "Using DocsGenFlow, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"docsgenflow": {
"url": "https://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow
Ask Cline: "Using DocsGenFlow, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add docsgenflow --transport http "https://edge.vinkius.com/vk_preview_5CVKhY0ZPynfqNwcEoHGlDOSDtRjqYtzyRn7v1LI/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 DocsGenFlow
Ask Claude: "Using DocsGenFlow, show me...". 10 tools are ready
Where the request belongs
Work DocsGenFlow can move forward.
This is for the operations manager who's tired of manual data entry, the legal lead who needs to verify high volumes of contracts, and the developer building automated pipelines.
Operations Manager
Triggers batch document creations and monitors completion status using natural language.
Legal & Compliance Lead
Verifies document metadata and tracks creation history to ensure audit readiness.
Developer
Integrates document data into custom CRM or ERP pipelines via simple AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDocupilot
Equip your AI agent to automate document creation, manage templates, and track merges via the Docupilot API.
Documint
Equip your AI agent to automate document generation, manage templates, and track output files via the Documint 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.
Docdown
Equip your AI agent to generate documents, manage templates, and track output files via the Docdown API.
Docamatic
Generate professional PDFs from templates with dynamic data injection for invoices, reports, and custom documents at scale.
Bring your own AI
Change the model, client or framework. Keep DocsGenFlow 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 DocsGenFlow.
The practical details behind the request, access and result.
What file types can I generate with the DocsGenFlow MCP?
You can automatically generate both PDF and DOCX files. Your AI agent will handle the creation of these documents based on your existing templates.
Can I generate documents in bulk using DocsGenFlow?
Yes. You can provide a list of data to your agent, and it will trigger multiple generation jobs, allowing you to create hundreds of files at once.
Do I need to be a developer to use DocsGenFlow?
Not at all. You just need to connect your account and can then use natural language to tell your AI agent what documents you need to create.
How do I get my API key for the DocsGenFlow MCP?
You can find your API key in your DocsGenFlow dashboard under the Settings menu. Once you have it, you can provide it to your AI client to get started.
Can the DocsGenFlow MCP connect to my CRM?
While it doesn't connect directly to your CRM, your AI agent can pull data from your CRM and then use this Connector to turn that data into finished documents.
How do I know if my documents were created successfully?
Your agent can check the status of your jobs in real-time. It will let you know which files are finished and which are still being processed.
How do I find my DocsGenFlow API Key?
Log in to your account, navigate to Settings > API, and copy your unique access token from the credentials section.
Can I retrieve generation status via AI?
Yes! The list_history capability allows your agent to retrieve status metadata for all your document generation requests.
How do I list my document templates?
Use the list_templates capability to retrieve your complete directory along with the unique identifiers for all managed assets.
One connection away
Give your agent a direct line to DocsGenFlow.
Connect DocsGenFlow once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available