MCP Integration

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

One-Click Install
Recommended
Install directly from the Claude Desktop Extensions directory - no config files needed.
1
Open Claude Desktop → Settings → Extensions
2
Search for "Rynko" and click Install
3
Enter your Personal Access Token when prompted

The extension will prompt you to enter your PAT securely - it's stored encrypted by Claude Desktop.

Manual Configuration (Alternative)
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %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_workspaces

List all workspaces you have access to

switch_workspace

Switch to a different workspace context

list_templates

List all templates in current workspace

get_template

Get full template details including schema

create_template

Create a new template (draft mode only)

update_template

Update an existing template

delete_template

Delete a template (drafts only)

generate_document

Generate a PDF or Excel document

get_generation_status

Check status of a document generation job

list_folders

List template folders in workspace

parse_data

Parse CSV/Excel data for variable extraction

get_schema_reference

Get the template schema reference

validate_template

Validate a template schema before saving

Use Cases

Real-world scenarios where AI + Rynko shines.

Invoice Generation from Conversation
You
Create an invoice for Acme Corp. 10 hours of consulting at $150/hr. Add 20% VAT.
AI

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.

Report Building with Data Analysis
You
Generate a monthly sales report from this CSV data [attaches file]
AI

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.

Contract Templating with Variables
You
Create a freelance contract template with client name, project scope, payment terms, and signature blocks
AI

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.

Draft-Only Mode

AI agents can only create draft templates. Publishing to production requires human approval in the dashboard.

30-Day Token Expiry

Personal Access Tokens expire automatically. Revoke anytime from your dashboard.

Full Audit Trail

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.