Skip to main content
Time to complete: ~3 minutes.

What is MCP?

Model Context Protocol (MCP) lets Claude use external tools directly in your conversation. Once connected, you can tell Claude to publish a document to 00doc — and it does it.
1

Add the 00doc MCP connector

  1. Go to Settings → Connectors (or click the plug icon in your chat)
  2. Search for “00doc” or add a custom MCP server
  3. Enter the server URL: https://00doc-mcp.workers.dev/mcp
  4. Authorise the connection
2

Publish a document

Ask Claude. For example:
“Create an executive summary for our Q3 results and publish it to 00doc”
Claude will:
  1. Generate the HTML document
  2. Call publish_document via MCP
  3. Return your live link
3

Update it later

To update the same document, reference the document ID that was returned:
“Update the Q3 summary on 00doc — add a section on customer churn”
Claude will push a new version to the same URL. Anyone with the link automatically sees the update.
Save the document ID. Claude returns a document_id — keep it if you want to update the doc in a future conversation.

What’s next?

Update an existing document

Understand live links