← Back to Plugins
MCP Server MCP

Post for Me MCP Pro

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "postforme-mcp-pro",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Post for Me API key (Dashboard - Settings - API Keys).",
          "isRequired": true,
          "isSecret": true,
          "name": "POSTFORME_API_KEY"
        },
        {
          "description": "Set to 'true' to block all write tools.",
          "name": "POSTFORME_READONLY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...