Odel
postmd mcp server

postmd mcp server

Local
@reinlainerJavaScriptMITUpdated 3 days ago

Publish Markdown to PostMD and get a shareable web page

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpostmd-mcp-serverv2.3.0

Run

npx -y postmd-mcp-server

MCP client config

{
  "mcpServers": {
    "postmd-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "postmd-mcp-server"
      ]
    }
  }
}