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).
Run
npx -y postforme-mcp-pro
MCP client config
{
"mcpServers": {
"post-for-me-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
]
}
}
}