← Back to Plugins
MCP Server MCP

Unmarkdown

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @un-markdown/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://unmarkdown.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@un-markdown/mcp-server",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Unmarkdown API key (starts with um_). Get one from Settings > API in your Unmarkdown account.",
          "isRequired": true,
          "isSecret": true,
          "name": "UNMARKDOWN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...