Unmarkdown for Claude Desktop
io.github.unmarkdown/mcp-server
The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install Unmarkdown in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://unmarkdown.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs