Document Generation for AI Agents
Connect Claude Desktop, Cursor, or Windsurf directly to Rynko via MCP. Create templates, generate documents, and manage workspaces through natural conversation.
Claude Desktop users: One-click install available via Extensions directory
Get Started
The extension will prompt you to enter your PAT securely - it's stored encrypted by Claude Desktop.
Manual Configuration (Alternative)
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"rynko": {
"command": "npx",
"args": ["-y", "@rynko/mcp-server"],
"env": {
"RYNKO_USER_TOKEN": "pat_xxxxxxxx"
}
}
}
}Replace pat_xxxxxxxx with your token, then restart Claude Desktop.
Start Building
Try these commands:
- "List my templates"
- "Create an invoice template with line items and tax calculation"
- "Generate a PDF from my invoice template with sample data"
MCP Tool Reference
13 tools covering the full template and document lifecycle.
list_workspacesList all workspaces you have access to
switch_workspaceSwitch to a different workspace context
list_templatesList all templates in current workspace
get_templateGet full template details including schema
create_templateCreate a new template (draft mode only)
update_templateUpdate an existing template
delete_templateDelete a template (drafts only)
generate_documentGenerate a PDF or Excel document
get_generation_statusCheck status of a document generation job
list_foldersList template folders in workspace
parse_dataParse CSV/Excel data for variable extraction
get_schema_referenceGet the template schema reference
validate_templateValidate a template schema before saving
Use Cases
Real-world scenarios where AI + Rynko shines.
I'll generate that invoice for you using your "Professional Invoice" template.
- Subtotal: $1,500.00
- VAT (20%): $300.00
- Total: $1,800.00
PDF generated. Download link valid for 24 hours.
I'll parse your data and create an Excel report.
- Total Revenue: $45,230
- Top Product: Widget Pro (42% of sales)
- Growth: +12% MoM
Excel report generated with charts and calculated columns.
Creating a contract template with these variables:
- clientName, clientEmail, clientAddress
- projectScope, deliverables (array)
- paymentAmount, paymentTerms
- startDate, endDate
Template saved as draft. Preview it in the visual editor.
Security
Enterprise-grade security by default. AI agents have limited access.
AI agents can only create draft templates. Publishing to production requires human approval in the dashboard.
Personal Access Tokens expire automatically. Revoke anytime from your dashboard.
Every AI action is logged with timestamp and user context. View in your activity feed.
Why MCP?
Model Context Protocol gives AI agents structured access to your document infrastructure.
Agent → Rynko
AI reads your live workspace data. No context files needed.
Natural Language
Describe what you want. AI handles the JSON schema complexity.
Deterministic Output
AI designs structure. Rynko ensures pixel-perfect, consistent rendering.
Ready to Build with AI?
Get your MCP token and start generating documents in under 5 minutes.