mcpbeat Sign in

Postmd MCP Server

by reinlainer Your server? Claim it
answering

Postmd MCP Server is answering right now. Last checked 5 min ago. 80 installs a week from npm. It exposes 5 tools. Last commit 20 Sep 2026.

Publish Markdown to PostMD and get a shareable web page

Installs per day peak 254 · avg 18
a month agotoday
Uptime history 7 days of history · worst day 0%
7 days agonow
100.0%
Uptime 24h
91 of 91 checks
5
Tools
read from the server
1446 ms
Response time
average over 24h
80
Installs / week
npm and PyPI

What changed 8

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 21 September 2026. No other catalogue keeps this.

21 Sep 5 tool descriptions were rewritten postmd_create_document, postmd_delete_document, postmd_get_document and 2 more
21 Sep 3 tools changed the parameters they ask for postmd_create_document, postmd_delete_document, postmd_update_document

Postmd MCP Server does not always answer

Over the last week it answered 47.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add postmd-mcp-server --transport http https://postmd.turink.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postmd-mcp-server": {
      "url": "https://postmd.turink.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.postmd-mcp-server]
url = "https://postmd.turink.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "postmd-mcp-server": {
      "url": "https://postmd.turink.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "postmd-mcp-server": {
      "url": "https://postmd.turink.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: POSTMD_BASE_URL (Where PostMD runs. Defaults to https://postmd.turink.com; set it only for a self-hosted instance.), POSTMD_API_KEY (Needed only for managing documents, attachments and groups. Publishing and reading work without it.), POSTMD_DEBUG (Set to 1 for verbose diagnostics on stderr.). The author declared them in the registry entry; get the values from the project itself.

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

postmd
postmd_create_document
Publish Markdown as a PostMD web page. No API key required — anyone can publish. Returns docCode and data.shareUrl; hand shareUrl to people. Documents have a 30-day retention period (data.retainedUntil) that extends on each read. Documents without a password can be updated or deleted by anyone; password-protected documents require the password or the owner's API key. With an API key the document belongs to that member; groupId files it into that group (key with documents:write).
postmd_delete_document
Delete a document. Password-protected documents require the password or the owner's API key; documents without a password can be deleted by anyone.
postmd_get_document
Get document metadata by docCode: title, fileName, hasPassword, viewerStyle, timestamps. Public — no API key needed. Content is not included; use postmd_get_document_raw for the Markdown source.
postmd_get_document_raw
Get the stored Markdown source of a document. Public — no API key needed. Password-protected documents need `password`.
postmd_update_document
Update a document. Password-protected documents require the password or the owner's API key; documents without a password can be updated by anyone. Include `markdown` to replace the stored content; any metadata field replaces that field. clearPassword removes the password. Replacing the content requires notesOnReplace.

Endpoints

URLTransportStateLatencyChecked
https://postmd.turink.com/mcp streamable-http answering 1216 ms 5 min ago

Alternatives to Postmd MCP Server

same job, measured the same way
lucid.page
by lucid

Publish Markdown from any agent: POST Markdown, get a gorgeous shareable URL.

7 tools answering
Htmlbook
by streamize-llc

Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.

answering
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

58 installs/wk 3 tools answering
Repage
by repage

Publish HTML & Markdown to shareable links with versions, comments, and project organization.

answering
Clipnote
by paritto

Save, organize, and publish AI chat outputs as Markdown or HTML pages with shareable URLs.

answering
Aigist
by ai-gist

Publish & manage shareable HTML/Markdown pages from your LLM, with access control.

answering
htmldrop
by vin-spiegel

Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.

1 tools answering
Dochost MCP
by zyli5313

Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.

8 tools answering

Postmd MCP Server — questions

Answers built from our own checks of this server.

What can Postmd MCP Server do?
It exposes 5 tools, read directly from the server on our last check. Among them: postmd_create_document, postmd_delete_document, postmd_get_document, postmd_get_document_raw, postmd_update_document. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Postmd MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1446 ms. The bar chart above shows every period we have measured.
How do I connect Postmd MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Postmd MCP Server need an API key?
No. Postmd MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Postmd MCP Server?
It answers our handshake in 1446 ms on average, which is faster than 4% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Postmd MCP Server?
The npm package postmd-mcp-server was installed 80 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Postmd MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.