Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chronicle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Chronicle MCP server lets AI tools like Claude, ChatGPT, and Gemini access your Chronicle workspace to generate or manage presentations directly.

Quick reference

  • Works with any AI tool that supports the MCP (Model Context Protocol).
  • Available on Max and Business Chronicle plans. Generations charge credits.

Installation

1

Add the Chronicle connection

  1. Go to Customize > Connectors
  2. Click + and select Add custom connector
  3. Set the name to Chronicle
  4. For Remote MCP Server URL, paste the following URL:
    https://mcp.chroniclehq.com/mcp
    
  5. Click Add
2

Authenticate

Find the Chronicle connector in your connectors list and click Connect. Follow the instructions on the Chronicle website to complete authentication.
3

Create a presentation

Claude can now create a presentation with Chronicle. For best results:
  • specify format (presentation, deck, proposal)
  • be specific about structure (“create a 10 slide sales proposal using the following transcript”)
  • mention Chronicle

Using the MCP server

Once configured, your AI assistant can access Chronicle automatically when you prompt or paste a Chronicle link into chat. You can get the link for any presentation by copying the url in your browser address bar. If you call the REST API directly (for example to poll generation status), see API scope and rate limits for rate limits, retries, and polling guidance.

Available tools

The MCP server is bound to a single Chronicle workspace via your authenticated session, so no tool takes a workspace_id — workspace scope is implicit.
ToolInput/sDescription
get_templates(none)Returns templates available to the workspace.
get_presentationpresentation_idFetches an existing presentation.
create_presentationtemplate_id, selected_section_ids (optional)Creates a presentation from a template, no AI involved.
generate_presentationprompt, template_id, selected_section_ids (optional)Generates a presentation with AI from a prompt + template. The flow is conversational: the tool polls internally and returns one of three terminal outcomes — completed, awaiting_input (a clarifying question for the user), or failed.
send_followup_messagegeneration_id, contentReplies to an in-flight generation that returned awaiting_input. Resumes the same conversation and polls until the next terminal state.
generate_presentation and send_followup_message poll the generation job internally and return the terminal state directly — your MCP client does not need to call a separate status endpoint. Pass user prompts and follow-up answers through verbatim; Chronicle’s AI will ask for missing context itself.

Example prompts

For best results: specify format (presentation, deck, proposal), be specific about structure (“create a 10 slide sales proposal using the following transcript”)
Create a pitch deck using Chronicle. The pitch is for a new festival management tool called Stagecraft. 
Add an agenda page to this presentation: 
https://app.chroniclehq.com/...
Show me all templates in my Chronicle workspace
Use [templateID] to generate presentation.

Troubleshooting

If you’re seeing authentication errors:
  • Try re-authenticating by reconnecting to the MCP server in your client
  • Check that you have the correct permissions for the project you’re trying to access
  • Make sure your browser session is active when authenticating
Verify:
  • The component/page exists in your Chronicle workspace
  • The name or URL matches exactly
  • You have access to the presentation
If the MCP server is unreachable:
  • Check your internet connection
  • Verify the URL is https://mcp.chroniclehq.com/mcp
  • Reach out to the Chronicle team for support
Check your available credits via Settings → Billing in Chronicle. You can purchase more tokens or upgrade plan.

FAQs

Chronicle’s MCP integration supports template discovery, presentation retrieval, presentation creation, and AI-powered generation workflows.It lets AI clients create and work with Chronicle presentations directly.
Some requests need clarification before Chronicle can generate the right presentation.Your MCP client should present the question to the user and send the answer back before continuing.
No. Treat it as a multi-step workflow.A complete flow can include generation, polling, one or more follow-up messages, and final completion.
Yes. Long-running generation flows can time out.Your client should handle timeouts gracefully and let the user retry when appropriate.
Follow the setup guide for your MCP client and use the Chronicle connection flow documented for that environment.Authentication steps can vary by client.