
Facebook Publisher
Publish to Facebook Pages from the agent with guardrails for brand voice, required images, and duplicate-post prevention.
Overview
Facebook Publisher is a MCP server for the Grow phase that publishes to Facebook Pages with brand-voice, image, and anti-duplication checks via Meta Graph API.
What is this MCP server?
- Facebook Pages publishing via Meta Graph API
- Brand-voice checks driven by per-page config.yaml
- Image-required and anti-duplication safety gates
- PyPI package mcp-fb-publisher with uvx runtime hint v0.1.1
- Requires META_USER_TOKEN secret for publishing
- Version 0.1.1
- PyPI identifier mcp-fb-publisher
- Required secret env META_USER_TOKEN
What problem does it solve?
Posting to Facebook from an agent is risky without brand consistency, image policy, and duplicate detection on Page content.
Who is it for?
Indie founders managing one or more Facebook Pages who want agent-assisted posting with enforced voice and dedup rules.
Skip if: Organic-only Twitter/LinkedIn workflows, ad campaign management, or teams without Meta Page API tokens.
What do I get? / Deliverables
After you configure tokens and config.yaml, the agent can propose and publish Page posts that pass your brand and safety gates.
- Agent-callable Facebook Page publish flow
- Brand-voice and image-required validation before post
- Duplicate-post prevention on Page content
Recommended MCP Servers
Journey fit
Facebook Page posting is a grow-phase content and distribution action after you have something to promote, not core product build. Content subphase fits scheduled and crafted social posts managed through MCP rather than in-app analytics dashboards.
How it compares
Meta Graph publishing MCP with guardrails, not a generic social copywriting skill or SEO distribution tool.
Common Questions / FAQ
Who is Facebook Publisher MCP for?
Solo builders and small teams who operate Facebook Pages and want MCP-driven publishing with safety checks.
When should I use Facebook Publisher MCP?
Use in grow content workflows when you are ready to publish Page updates, not during initial codebase build.
How do I add Facebook Publisher to my agent?
Run mcp-fb-publisher via uvx/stdio, set META_USER_TOKEN, and point MCP_FB_PUBLISHER_CONFIG at your config.yaml in the MCP host.