← Back to Plugins
MCP Server MCP

Facebook Publisher

github By github 👁 1 views ▲ 0 votes

Safe Facebook Pages publishing with brand-voice, image-required & anti-duplication checks.

Homepage Verified source GitHub

Install

uvx mcp-fb-publisher

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-fb-publisher",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Long-lived Meta Graph API user or page token. Required for publishing.",
          "isRequired": true,
          "isSecret": true,
          "name": "META_USER_TOKEN"
        },
        {
          "description": "Absolute path to your config.yaml (per-page brand voices, banned topics, image policy).",
          "name": "MCP_FB_PUBLISHER_CONFIG"
        },
        {
          "description": "Inline JSON config (alternative to file path, useful for serverless deploys).",
          "name": "MCP_FB_PUBLISHER_CONFIG_JSON"
        },
        {
          "description": "OpenAI API key for image generation via gpt-image-1 (optional).",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "fal.ai API key for image generation via Flux Pro (optional).",
          "isSecret": true,
          "name": "FAL_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...