Post for Me MCP Pro
About
Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
POSTFORME_API_KEY POSTFORME_READONLYClaude Code
claude mcp add --env POSTFORME_API_KEY= --env POSTFORME_READONLY= postforme-mcp-pro -- npx postforme-mcp-pro
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"postforme-mcp-pro","command":"npx","args":["postforme-mcp-pro"],"env":{"POSTFORME_API_KEY":"","POSTFORME_READONLY":""}}'
JSON
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "",
"POSTFORME_READONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.