Unmarkdown
Convert markdown to beautifully formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text. 62 templates, document management, and web publishing.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add unmarkdown/unmarkdown-mcp
# Browse available tools
npx -y smithery tool list unmarkdown/unmarkdown-mcp
# Get full schema for a tool
npx -y smithery tool get unmarkdown/unmarkdown-mcp convert_markdown
# Call a tool
npx -y smithery tool call unmarkdown/unmarkdown-mcp convert_markdown '{}'Direct MCP Connection
Endpoint: https://unmarkdown-mcp--unmarkdown.run.tools
Required config:
apiKey(header) — Unmarkdown API Key. Please register an API key at https://unmarkdown.com for free.
Tools (7)
convert_markdown— Convert markdown to destination-specific HTML and plain text. Returns JSON with 'html' and 'plain_text' fields. For Sla…create_document— Create a new markdown document in Unmarkdownlist_documents— List your saved documents with pagination. Optionally filter by folder name or ID.get_document— Get a document by ID, including its full markdown contentupdate_document— Update a document's content or metadatapublish_document— Publish a document to a shareable web page. Default visibility is 'link' (unlisted). Published pages render all content…get_usage— Check your API usage quota for the current billing month
# Get full input/output schema for a tool
npx -y smithery tool get unmarkdown/unmarkdown-mcp