Catalog
io.github.helbertparanhos/postforme-mcp-pro
Officialby helbertparanhos · TypeScript
Post for Me MCP Pro
Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
Publish, schedule, and analyze social posts across 9 platforms via Post for Me API.
Topics
automationclaudeclaude-codecursorinstagrammcpmodel-context-protocolsocial-mediatiktokpostforme
README not available yet.
Install
Configuration
Environment variables
POSTFORME_API_KEYrequiredsecretPost for Me API key (Dashboard - Settings - API Keys).
POSTFORME_READONLYSet to 'true' to block all write tools.
claude_desktop_config.json
{
"mcpServers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro@1.0.0"
],
"env": {
"POSTFORME_API_KEY": "<YOUR_POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<YOUR_POSTFORME_READONLY>"
}
}
}
}