Odel
postmcp mcp server

postmcp mcp server

Local
@postmcpJavaScriptMITUpdated 5 days ago

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

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).

npm@postmcpai/serverv1.0.1

Run

npx -y @postmcpai/server

MCP client config

{
  "mcpServers": {
    "postmcp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@postmcpai/server"
      ]
    }
  }
}