lucid.page Add lucid.page to Claude Desktop
Text size
Read time3 min

# Add lucid.page to Claude Desktop

Connecting Claude Desktop to lucid.page takes about two minutes and needs no account, no API key, and no local server. Once it’s connected, Claude can publish documents and hand you shareable links mid-conversation.

Contents

lucid.page turns Markdown into typeset pages. Think release notes, meeting summaries, explainers, RFCs. Claude writes them, lucid.page makes them pretty and hosts them.

# What you need

# Add the connector

  1. Open Settings and go to Connectors.
  2. Click Add custom connector.
  3. Name it whatever you want. Mine is called lucid.
  4. Paste the URL: https://lucid.page/mcp
  5. Save and make sure the toggle is on.

The connection is plain HTTPS straight from Claude to lucid.page. Nothing runs on your machine.

One trap worth mentioning: do not try to add this through claude_desktop_config.json. That file only accepts local stdio servers, and a remote URL in there either vanishes silently or breaks the config. Remote servers go through the Connectors UI. I lost ten minutes to this so you don’t have to.

# Try it

Ask Claude:

Publish a short page explaining the difference between a process and a thread, and give me the link.

Claude calls the publish_doc tool and comes back with a URL. Open it and there’s your doc, typeset, with a proper table of contents if it has headings.

# What Claude can do once connected

Tool What it does
publish_doc Publish Markdown, get a URL back
update_doc Replace the content of a page you own
get_doc Read a page’s Markdown source
list_docs List the pages on your account
delete_doc Delete a page you own
create_bundle Tie pages together into one multi-chapter bundle
get_limits Show current rate limits and plan info

In practice you never name these tools. You just say “publish this” or “update that page you made yesterday” and Claude figures out the rest.

# Worth knowing

Terminal person instead? The same endpoint works from Claude Code with one command: Use lucid.page from Claude Code.

End