PostMD MCP Server
Rank #14,370io.github.reinlainer/postmd-mcp-server
Publish Markdown to PostMD and get a shareable web page
PostMD MCP Server is a Model Context Protocol (MCP) server published by reinlainer. It ranks #14,370 of 132,046 servers tracked on MCP Toplist. PostMD MCP Server is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Sep 1, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 117,676 of 132,046 servers on MCP Toplist.
Use PostMD MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http postmd-mcp-server https://postmd.turink.com/mcpclaude mcp add postmd-mcp-server -e "POSTMD_BASE_URL=<your POSTMD_BASE_URL>" -e "POSTMD_API_KEY=<your POSTMD_API_KEY>" -e "POSTMD_DEBUG=<your POSTMD_DEBUG>" -- npx -y postmd-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.postmd-mcp-server]
url = "https://postmd.turink.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.postmd-mcp-server]
command = "npx"
args = ["-y", "postmd-mcp-server"]
[mcp_servers.postmd-mcp-server.env]
POSTMD_BASE_URL = "<your POSTMD_BASE_URL>"
POSTMD_API_KEY = "<your POSTMD_API_KEY>"
POSTMD_DEBUG = "<your POSTMD_DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://postmd.turink.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"postmd-mcp-server": {
"command": "npx",
"args": [
"-y",
"postmd-mcp-server"
],
"env": {
"POSTMD_BASE_URL": "<your POSTMD_BASE_URL>",
"POSTMD_API_KEY": "<your POSTMD_API_KEY>",
"POSTMD_DEBUG": "<your POSTMD_DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postmd-mcp-server": {
"url": "https://postmd.turink.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"postmd-mcp-server": {
"command": "npx",
"args": [
"-y",
"postmd-mcp-server"
],
"env": {
"POSTMD_BASE_URL": "<your POSTMD_BASE_URL>",
"POSTMD_API_KEY": "<your POSTMD_API_KEY>",
"POSTMD_DEBUG": "<your POSTMD_DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"postmd-mcp-server": {
"type": "http",
"url": "https://postmd.turink.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"postmd-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postmd-mcp-server"
],
"env": {
"POSTMD_BASE_URL": "<your POSTMD_BASE_URL>",
"POSTMD_API_KEY": "<your POSTMD_API_KEY>",
"POSTMD_DEBUG": "<your POSTMD_DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postmd-mcp-server": {
"serverUrl": "https://postmd.turink.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"postmd-mcp-server": {
"command": "npx",
"args": [
"-y",
"postmd-mcp-server"
],
"env": {
"POSTMD_BASE_URL": "<your POSTMD_BASE_URL>",
"POSTMD_API_KEY": "<your POSTMD_API_KEY>",
"POSTMD_DEBUG": "<your POSTMD_DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"postmd-mcp-server": {
"url": "https://postmd.turink.com/mcp"
}
}
}{
"mcpServers": {
"postmd-mcp-server": {
"command": "npx",
"args": [
"-y",
"postmd-mcp-server"
],
"env": {
"POSTMD_BASE_URL": "<your POSTMD_BASE_URL>",
"POSTMD_API_KEY": "<your POSTMD_API_KEY>",
"POSTMD_DEBUG": "<your POSTMD_DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.reinlainer%2Fpostmd-mcp-server)<a href="https://mcptoplist.com/server/io.github.reinlainer%2Fpostmd-mcp-server"><img src="https://mcptoplist.com/badge/io.github.reinlainer%2Fpostmd-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
reinlainer
Available versions (5)
| Version | Published |
|---|---|
| 2.4.0 | Sep 15, 2026 |
| 2.3.0 | Sep 4, 2026 |
| 2.2.0 | Sep 3, 2026 |
| 2.1.1 | Sep 1, 2026 |
| 2.1.0 | Sep 1, 2026 |
Frequently asked questions
- Who maintains PostMD MCP Server?
- PostMD MCP Server is maintained by reinlainer, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is PostMD MCP Server listed on the Official MCP Registry?
- Yes — PostMD MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does PostMD MCP Server have?
- MCP Toplist tracks 5 versions of PostMD MCP Server, most recently published on Sep 15, 2026.
- Where can I find the source code for PostMD MCP Server?
- The source code for PostMD MCP Server is hosted at github.com/reinlainer/postmd-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.