DocRocket connects to Claude using MCP (Model Context Protocol) — the same protocol Claude uses for web search and other tools. Once connected, Claude can generate branded documents for any customer directly from a conversation.
Don't have a DocRocket account yet?
Sign up free at app.docrocket.ai — email only, no credit card. 30-day trial at Pro limits.
Step-by-step setup
Open Claude Settings
In claude.ai, click your profile picture or account name in the bottom left, then select Settings.
Navigate to Connectors
In Settings, select the Connectors tab. This may also be labeled Integrations or Tools depending on your Claude version.
Add a custom connector
Click Add custom connector (or the + button).
Enter the DocRocket connector details
Name: Docrocket URL: https://mcp.docrocket.ai/v1/mcp-tools/docrocket-control/mcp
Click Save or Add connector.
Sign in via OAuth
Claude will show a prompt to connect to DocRocket. Click the prompt and sign in to your DocRocket account. This is a one-time OAuth authorization — Claude remembers the connection.
Test it
In any Claude conversation, say: "Generate a proposal for Acme Corporation". Claude will call docrocket_brand_from_url and docrocket_generate_document automatically and return a link to the branded PDF.
What Claude can do with DocRocket
- Extract brand from any URL: "Extract the brand from acme.com" → Claude calls
docrocket_brand_from_url - Generate proposals: "Create a proposal for Acme based on our call notes" → branded proposal PDF in 2 seconds
- Generate QBRs: "Create a Q2 QBR for GreenLeaf Inc" → QBR branded to GreenLeaf
- List saved brands: "What customer brands do I have saved?" → Claude calls
docrocket_list_brands - List templates: "What document templates are available?" → Claude calls
docrocket_list_templates
Does this work with Claude Projects?
Yes. Connectors added in Claude Settings are available across all conversations, including Claude Projects. You can also add DocRocket to a specific Project's instructions if you want Claude to automatically generate documents as part of a project workflow.
Claude Desktop
For Claude Desktop, add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"Docrocket": {
"url": "https://mcp.docrocket.ai/v1/mcp-tools/docrocket-control/mcp"
}
}
}
Connect other AI tools
Frequently asked questions
Do I need an API key?
No. DocRocket uses OAuth — you sign in to your DocRocket account once when prompted. No API keys to copy, store, or rotate.
Does this work with Claude Projects?
Yes. Connectors added in Claude Settings are available in all conversations and Projects. Add once, use everywhere.
What can Claude do with DocRocket?
Claude can extract brand from a customer's website, list saved brands, list available templates, generate branded documents (proposals, reports, QBRs, contracts, etc.), and retrieve document URLs. Ask Claude naturally in any conversation; it handles the tool calls automatically.