mcpbeat Sign in

Postmcp MCP Server

local only

Postmcp MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 14 Sep 2026.

Publish and schedule posts to LinkedIn, X, Facebook, Instagram, Threads, Bluesky and YouTube Shorts.

Installs per day peak 239 · avg 11 · -84% w/w
a month agotoday
31
Installs / week
npm · @postmcpai/server
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Postmcp MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add postmcp-mcp-server -- npx -y @postmcpai/server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postmcp-mcp-server": {
      "args": [
        "-y",
        "@postmcpai/server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.postmcp-mcp-server]
command = "npx"
args = ["-y", "@postmcpai/server"]
.cursor/mcp.json
{
  "mcpServers": {
    "postmcp-mcp-server": {
      "args": [
        "-y",
        "@postmcpai/server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "postmcp-mcp-server": {
      "args": [
        "-y",
        "@postmcpai/server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: POSTMCPAI_API_KEY (Secret API key from the PostMCP AI dashboard (Settings → API keys)), POSTMCPAI_PROJECT_ID (Optional workspace id to act on; defaults to the workspace the key was issued from). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Postmcp MCP Server

same job, measured the same way
Postnext
by postnext

Schedule, publish and track posts on X, Instagram, LinkedIn, TikTok, YouTube, Threads and Bluesky.

answering
AdaptlyPost
by adaptlypost

Schedule and post to Instagram, TikTok, YouTube, X, Facebook, LinkedIn, Pinterest, Threads, Bluesky.

18 tools answering
Autoposting
by autoposting

Schedule, generate and publish social posts to X, LinkedIn, Instagram, Threads and YouTube

answering
ViralNote
by viralnote

Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.

58 installs/wk answering
post mesh
by post-mesh

Schedule and publish to YouTube, TikTok, Instagram, X, Threads & Facebook. Japanese-language SaaS.

answering
PostLake
by postlake

Post, schedule, reply and measure across X, LinkedIn, Instagram, TikTok, YouTube, Threads, Bluesky

34 tools answering
Sprkly
by sprkly

Schedule, publish and track social posts across TikTok, Instagram, Threads and YouTube Shorts.

18 tools answering
PostPulse
by post-pulse

Social media scheduler for Instagram, Facebook, YouTube, TikTok, LinkedIn, X, Bluesky, and Telegram.

answering

Postmcp MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Postmcp MCP Server?
Postmcp MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @postmcpai/server was installed 31 times last week.
How do I connect Postmcp 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 runs locally, so the command pulls @postmcpai/server straight from npm; nothing to host, nothing to sign up for.
How many people use Postmcp MCP Server?
The npm package @postmcpai/server was installed 31 times in the last week. Week over week that is -84%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Postmcp 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.