Labsco
UnMarkdown logo

Unmarkdown

from UnMarkdown

The document publishing layer for AI tools: Create, style, and publish formatted documents from any MCP client.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedPaid serviceAdvanced setup

Unmarkdown MCP Server

npm version License: MIT Smithery

A Model Context Protocol (MCP) server that connects AI assistants to the Unmarkdown API. Convert markdown to beautifully formatted documents, manage your document library, and publish pages to the web, all from inside Claude, Cursor, VS Code, or any MCP-compatible client.

Also available as: Chrome Extension | Web App | REST API

Features

  • Convert markdown to styled HTML for 8 destinations: Google Docs, Word, Slack, OneNote, Email, Plain Text, generic HTML, and raw HTML
  • 62 visual templates with light and dark themes (Swiss, Executive, Terminal, GitHub, and more)
  • Create, read, update documents in your Unmarkdown library, organized into folders
  • Publish documents to shareable public URLs at unmarkdown.com/d/your-slug
  • Track API usage and quota for the current billing period

Tools Reference

ToolDescriptionRead-onlyIdempotent
convert_markdownConvert markdown to styled HTML for any of 8 destinationsYesYes
create_documentCreate a new document in your library (optionally in a folder)NoNo
list_documentsList saved documents with pagination (optionally filter by folder)YesYes
get_documentFetch a document by ID with full contentYesYes
update_documentModify a document's title, content, template, metadata, or folderNoYes
publish_documentPublish a document to a shareable public URLNoYes
get_usageCheck API quota for the current billing monthYesYes

Destinations

The convert_markdown tool supports these output formats:

DestinationDescription
google-docsOptimized for pasting into Google Docs
wordFormatted for Microsoft Word
slackSlack-compatible formatting
onenoteMicrosoft OneNote compatible
emailEmail client friendly HTML
plain-textPlain text with ASCII formatting
genericGeneral-purpose styled HTML
htmlRaw HTML output

Templates

Pass any template ID to convert_markdown, create_document, or update_document. Popular templates include:

TemplateCategory
swissFree (default)
monoFree
githubFree
terminalFree
executiveBusiness (Pro)
consultingBusiness (Pro)
startupBusiness (Pro)

Browse all 62 templates at unmarkdown.com/templates.

API Limits

PlanMonthly API CallsRate Limit
Free1,00010 req/sec
Pro ($8/mo annual)10,00030 req/sec

Overage: $1.00 per 1,000 additional calls (Pro only). Free plan has a hard limit.

Privacy

This MCP server sends your markdown content and document data to the Unmarkdown API (api.unmarkdown.com) for processing. No data is stored locally by the MCP server itself. All data handling is governed by the Unmarkdown Privacy Policy.

Specifically:

  • Markdown content sent via convert_markdown is processed and returned immediately. It is not stored on Unmarkdown servers.
  • Documents created via create_document or update_document are stored in your Unmarkdown account and can be deleted at any time.
  • API keys authenticate requests and are never logged or shared.

For the full privacy policy, visit unmarkdown.com/privacy.

Support

Development

# Clone the repo
git clone https://github.com/UnMarkdown/mcp-server.git
cd mcp-server

# Install dependencies
npm install

# Build
npm run build

# Run locally (requires API key)
UNMARKDOWN_API_KEY=um_your_key node build/index.js

See Also

  • Chrome Extension β€” Detect and convert markdown on any AI chat page (ChatGPT, Claude, Gemini)
  • Web App β€” Full editor with 62 templates, publishing, AI actions, and analytics
  • REST API β€” Programmatic access to all conversion and document features
  • Smithery β€” Install via the Smithery MCP registry
  • npm β€” @un-markdown/mcp-server on npm