HomeProductivity › Unmarkdown

Unmarkdown

The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-03-02 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://unmarkdown.com/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://unmarkdown.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://unmarkdown.com/api/mcp"
    }
  }
}

Package (npm 1.0.3)

npx -y @un-markdown/mcp-server@1.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@un-markdown/mcp-server@1.0.3"
      ],
      "env": {
        "UNMARKDOWN_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNMARKDOWN_API_KEY required secret — Your Unmarkdown API key (starts with um_). Get one from Settings > API in your Unmarkdown account.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry