How to Use the Docdown MCP in Claude Code
Run headless document generation and manage Docdown templates directly from your command line using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Docdown MCP to Claude Code
Create your Vinkius account to connect Docdown 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.
Headless document pipelines via Claude Code
This MCP Server exposes your Docdown tools directly to your terminal environment. You can pipe terminal outputs or local JSON files straight into `generate_new_document` using simple shell commands. The agent chains tools to locate templates, pull field requirements, and generate files. It handles the entire CLI-based execution without needing a browser.
Automated template schema validation
This validation tool runs `get_template_field_schema` and `get_template_details` to validate your inputs before sending them to the Docdown API. This prevents broken automation scripts and failed CI/CD runs. If a template is missing required inputs, the agent outputs the exact missing fields to your terminal. This makes debugging MCP shell scripts incredibly fast.
Terminal-based document tracking
This MCP tool uses `list_recently_generated_docs` and `get_document_status` to track your document generation queue. You can check the progress of background jobs without leaving your SSH session. It can also query `get_docdown_account_metadata` to output your current plan usage and limits. This is perfect for keeping tabs on your API consumption.
Set up Docdown 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 seedocdown-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Docdown transactions." It will automatically discover and invoke the available Docdown tools.
claude mcp add --transport http docdown-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 Docdown MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Docdown MCP today
We host it, we monitor it, we maintain it. You just paste one token.