How to Use the Docupilot MCP in Claude Code
Control your Docupilot templates and document pipelines directly from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Docupilot MCP to Claude Code
Create your Vinkius account to connect Docupilot to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Command-Line Document Generation
The `trigger_document_merge` tool lets you generate PDFs and Word files from your shell using Claude Code. You pass raw JSON files or pipe terminal outputs to your agent, which instantly merges the data into your Docupilot templates. By chaining this tool with `get_document_generation_status`, Claude Code polls the generation queue and prints the final download URL directly to your stdout. This makes it easy to integrate automated document runs into your local shell scripts.
Shell-Based Template Auditing via MCP Server
The `get_template_merge_field_audit` tool allows Claude Code to run instant field checks on any template in your account. You can verify required variables directly in your terminal before committing changes to your CI/CD pipeline. Your agent uses `get_template_schema` to output raw JSON structures of your templates, helping you debug data-binding issues without opening a browser. It brings complete visibility into your Docupilot configuration directly to your command line.
Headless Merge Tracking and Monitoring
The `list_latest_document_merges` tool lets Claude Code monitor recent document generation activity directly from your terminal session. You can quickly see which documents were created, their status, and their output formats. If a script breaks during a bulk run, Claude Code queries `list_failed_document_merges` to pinpoint the exact records that caused the failure. This helps you clean up bad input data and restart your jobs without guesswork.
Set up Docupilot MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedocupilot-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Docupilot transactions." It will automatically discover and invoke the available Docupilot tools.
claude mcp add --transport http docupilot-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Docupilot MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Docupilot MCP today
We host it, we monitor it, we maintain it. You just paste one token.