Unmarkdown
About
The document publishing layer for AI tools: Create, style, and publish formatted documents from any MCP client.
Details
- Author
- unmarkdown
- Categories
- Productivity, Other
Jump to
Setup
Install Unmarkdown in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/unmarkdown/mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
AModel Context Protocol(MCP) server that connects AI assistants to theUnmarkdownAPI. 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
- Convert markdownto styled HTML for 8 destinations: Google Docs, Word, Slack, OneNote, Email, Plain Text, generic HTML, and raw HTML
- 62 visual templateswith light and dark themes (Swiss, Executive, Terminal, GitHub, and more)
- Create, read, updatedocuments in your Unmarkdown library, organized into folders
- Publish documentsto shareable public URLs atunmarkdown.com/d/your-slug
- Track API usageand quota for the current billing period
Add this to your Claude Desktop configuration file:
macOS:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "unmarkdown": { "command": "npx", "args": ["-y", "@un-markdown/mcp-server"], "env": { "UNMARKDOWN_API_KEY": "um_your_api_key_here" } } } }
Add to your Cursor MCP settings (.cursor/mcp.json):
{ "mcpServers": { "unmarkdown": { "command": "npx", "args": ["-y", "@un-markdown/mcp-server"], "env": { "UNMARKDOWN_API_KEY": "um_your_api_key_here" } } } }
Add to your VS Code MCP settings (.vscode/mcp.json):
{ "servers": { "unmarkdown": { "command": "npx", "args": ["-y", "@un-markdown/mcp-server"], "env": { "UNMARKDOWN_API_KEY": "um_your_api_key_here" } } } }
If you prefer to install globally instead of usingnpx:
Then useunmarkdown-mcpas the command instead ofnpx:
{ "mcpServers": { "unmarkdown": { "command": "unmarkdown-mcp", "env": { "UNMARKDOWN_API_KEY": "um_your_api_key_here" } } } }
Example 1: Convert a meeting notes draft for Google Docs
"Take this markdown and convert it for Google Docs using the Executive template:
# Q1 Planning Meeting ## Attendees - Sarah Chen (Product) - Mike Torres (Engineering) - Lisa Park (Design) ## Action Items - [ ] Finalize roadmap by Friday - [ ] Schedule design review for new dashboard - [ ] Update stakeholder presentation "
Claude will use theconvert_markdowntool withdestination: "google-docs"andtemplate_id: "executive", returning styled HTML ready to paste into Google Docs with proper headings, fonts, and colors.
Example 2: Create a document in a folder
"Create a new document called 'API Changelog - February 2026' in my Release Notes folder with this content, then publish it."
- Callcreate_documentwith the title, markdown content, andfolder: "Release Notes"
- Callpublish_documentwith the returned document ID
The document is created directly in the specified folder, and you get back a live URL likehttps://unmarkdown.com/d/api-changelog-february-2026.
"Move the Q4 report to the Archive folder and update its title."
- Calllist_documentsto find the document
- Callupdate_documentwith the new title andfolder: "Archive"
"Convert this project update to Slack format so it looks good when I paste it in our team channel."
Claude usesconvert_markdownwithdestination: "slack", producing output optimized for Slack's rendering (bold, lists, code blocks, emoji support).
"How many API calls have I used this month?"
Claude callsget_usageand returns your current usage count, monthly limit, and billing period.
Theconvert_markdowntool supports these output formats:
Pass any template ID toconvert_markdown,create_document, orupdate_document. Popular templates include:
Browse all 62 templates atunmarkdown.com/templates.
Overage: $1.00 per 1,000 additional calls (Pro only). Free plan has a hard limit.
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 theUnmarkdown Privacy Policy.
- Markdown contentsent viaconvert_markdownis processed and returned immediately. It is not stored on Unmarkdown servers.
- Documentscreated viacreate_documentorupdate_documentare stored in your Unmarkdown account and can be deleted at any time.
- API keysauthenticate requests and are never logged or shared.
For the full privacy policy, visitunmarkdown.com/privacy.
- Issues:github.com/UnMarkdown/mcp-server/issues
- Documentation:docs.unmarkdown.com
- API Reference:docs.unmarkdown.com/api/overview
- Contact:unmarkdown.com/contact
# 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``
- 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
AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more.
Generates professional PDF cover letters using LaTeX. Requires Docker for local execution.
Create and manipulate PowerPoint presentations programmatically using JSON or Markdown.
An MCP server designed to assist with novel writing, configurable via JSON project files.
Remote MCP server for Docsie video-to-docs automation and workspace knowledge search.
Evaluates technical documentation against globalization standards, analyzing for translation issues, ambiguity, and sentence length.
A Model Context Protocol (MCP) server for integrating Google Docs with AI clients.
An MCP server that enables LLMs to create or update Notion pages and generate Markdown Books (mdbooks).
Score, tailor, and edit your resume from Claude Code and any MCP client.
Tailor resumes to job postings, generate cover letters, and export PDFs through AI agents
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




