Generate PDFs, create templates, manage your workspace — all through natural language in Claude Desktop, Cursor, ChatGPT, and any MCP-compatible tool. The Model Context Protocol connects DocuJSON directly to AI agents.
Works with Claude Desktop, Cursor, Continue, Zed, and any MCP client.
Control DocuJSON by describing what you want. No API reference to memorize.
Generate PDFs, manage templates, upload assets, check usage — every API endpoint exposed as a tool.
Complete coverage of the DocuJSON API. From template creation to PDF generation, everything is available.
Use our hosted server over HTTP, or run locally via npx @docujson/mcp for Claude Desktop.
Pick your client, drop in your API key, and start talking to DocuJSON.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"docujson": {
"command": "npx",
"args": ["-y", "@docujson/mcp"],
"env": {
"DOCUJSON_API_KEY": "dj_your_api_key_here"
}
}
}
}Restart Claude Desktop. You can now ask Claude to generate PDFs, create templates, or check your usage.
Example prompts you can send to your AI assistant — no API knowledge required.
Every tool the DocuJSON REST API supports is exposed as an MCP tool. No endpoints hidden behind the dashboard.
2 tools
generate_pdfGenerationRender a PDF from a template + JSON data.
preview_templateGenerationGet a PDF preview without counting toward quota.
7 tools
list_templatesTemplatesList all templates in your workspace.
get_templateTemplatesFetch a single template with schema + metadata.
create_custom_templateTemplatesCreate a new template from a prompt or HTML.
update_custom_templateTemplatesEdit an existing custom template.
delete_custom_templateTemplatesRemove a custom template from the workspace.
revise_templateTemplatesAsk AI to revise a template from natural language.
publish_templateTemplatesPromote a draft template to a stable templateId.
3 tools
list_api_keysAPI KeysList active API keys in the workspace.
create_api_keyAPI KeysMint a new dj_ API key.
revoke_api_keyAPI KeysImmediately revoke an API key.
2 tools
get_usageAccountCurrent month usage, quota, and plan details.
get_workspaceAccountWorkspace metadata, members, and settings.
4 tools
list_integrationsIntegrationsAll supported integration platforms.
get_integration_scriptIntegrationsReady-to-paste snippet for Zapier, Make, n8n, etc.
get_webhook_urlIntegrationsReturn the workspace webhook endpoint.
test_webhookIntegrationsFire a test payload to verify webhook delivery.
MCP (Model Context Protocol) is an open standard by Anthropic that lets AI assistants interact with external tools and services. With DocuJSON's MCP server, Claude, Cursor, and other AI tools can directly use your DocuJSON workspace through natural language.
MCP is one of many ways to bring DocuJSON into your stack.