Odel
Post for Me MCP Pro

Post for Me MCP Pro

Local
@helbertparanhos1TypeScriptMITUpdated 4 days ago

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

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

npmpostforme-mcp-prov1.0.0

Run

npx -y postforme-mcp-pro

MCP client config

{
  "mcpServers": {
    "post-for-me-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro"
      ]
    }
  }
}