HomeCommunication › postmcp-mcp-server

postmcp-mcp-server

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

Official TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-09-14 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @postmcpai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "postmcp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@postmcpai/[email protected]"
      ],
      "env": {
        "POSTMCPAI_API_KEY": "<YOUR_VALUE>",
        "POSTMCPAI_PROJECT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • POSTMCPAI_API_KEY required secret — 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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry