HomeCommunication › Post for Me MCP Pro

Post for Me MCP Pro

Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-09-10 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.0)

npx -y postforme-mcp-pro@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "postforme-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro@1.0.0"
      ],
      "env": {
        "POSTFORME_API_KEY": "<YOUR_VALUE>",
        "POSTFORME_READONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • POSTFORME_API_KEY required secret — Post for Me API key (Dashboard - Settings - API Keys).
  • POSTFORME_READONLY — Set to 'true' to block all write tools.

Related servers

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

Data from the Official MCP Registry