PluginBench
MCP Server

Post for Me MCP Pro MCP Server

io.github.helbertparanhos/postforme-mcp-pro

What is the Post for Me MCP Pro MCP server?

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

How to install Post for Me MCP Pro

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POSTFORME_API_KEY
    required
    secret

    Post for Me API key (Dashboard - Settings - API Keys).

  • POSTFORME_READONLY

    Set to 'true' to block all write tools.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "postforme-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro"
      ],
      "env": {
        "POSTFORME_API_KEY": "<YOUR_POSTFORME_API_KEY>",
        "POSTFORME_READONLY": "<YOUR_POSTFORME_READONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "postforme-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro"
      ],
      "env": {
        "POSTFORME_API_KEY": "<YOUR_POSTFORME_API_KEY>",
        "POSTFORME_READONLY": "<YOUR_POSTFORME_READONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "postforme-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro"
      ],
      "env": {
        "POSTFORME_API_KEY": "<YOUR_POSTFORME_API_KEY>",
        "POSTFORME_READONLY": "<YOUR_POSTFORME_READONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "postforme-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postforme-mcp-pro"
      ],
      "env": {
        "POSTFORME_API_KEY": "<YOUR_POSTFORME_API_KEY>",
        "POSTFORME_READONLY": "<YOUR_POSTFORME_READONLY>"
      }
    }
  }
}
Claude Code
claude mcp add postforme-mcp-pro --env POSTFORME_API_KEY=<YOUR_POSTFORME_API_KEY> --env POSTFORME_READONLY=<YOUR_POSTFORME_READONLY> -- npx -y postforme-mcp-pro

Related MCP servers

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

View repository →

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

View repository →

Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.

View repository →

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

View repository →

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

View repository →