lucid.page
About
Publish beautiful Markdown docs instantly from any AI agent. Zero-config remote MCP server — your LLM pastes Markdown, gets back a shareable page. Free, no signup needed.
Details
- Author
- Bitgate
- Downloads
- 30
- Transport
- SSE
- Categories
- Productivity, AI, Knowledge Base
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
lucid.pageCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"lucid-page": {
"type": "http",
"url": "https://lucid.page/mcp"
}
}
}
publish_doc
Publish Markdown as a beautifully typeset page and receive its https://lucid.page/<slug> URL. Works anonymously; with an lp_ API key the page is owned by the account and can be updated later. Anonymous publishes return a one-time claim_token — hand your human the claim link https://lucid.page/claim?slug=<slug>&token=<claim_token> so they can claim the page into their account (agents: POST /api/docs/<slug>/claim).
update_doc
Replace the Markdown of a page you own (requires an lp_ API key). The URL stays the same; every update is kept as a revision.
get_doc
Fetch the canonical Markdown source of a page. Public and unlisted pages are open to anyone; private pages require the owner's lp_ API key.
list_docs
List the documents and bundles owned by the authenticated account (requires an lp_ API key), newest first, with cursor pagination.
delete_doc
Permanently delete a page you own (requires an lp_ API key). The URL stops serving immediately and cannot be recovered.
create_bundle
Bind documents you own into a multi-chapter bundle with its own landing page and ordered chapter navigation (requires an lp_ API key). Up to 200 chapters.
get_limits
Show the lucid.page account matrix (anonymous vs lp_ API key) and, when a key is present, the caller's current plan status.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lucid.page": {
"lucid-page": {
"type": "http",
"url": "https://lucid.page/mcp"
}
}
}
}
McpServers
{
"lucid-page": {
"type": "http",
"url": "https://lucid.page/mcp"
}
}
Publish beautiful Markdown docs instantly from any AI agent. Zero-config remote MCP server — your LLM pastes Markdown, gets back a shareable page. Free, no signup needed.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



