mcpbeat Sign in

Facebook Publisher MCP Server

by anthonyjbolo Your server? Claim it
local only

Facebook Publisher runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from pypi. Last commit 9 May 2026.

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

Installs per day peak 16 · avg 7 · -23% w/w
a month agotoday
37
Installs / week
pypi · mcp-fb-publisher
0
Stars
0 open issues
9 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Facebook Publisher every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-fb-publisher -- uvx mcp-fb-publisher
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-fb-publisher": {
      "args": [
        "mcp-fb-publisher"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-fb-publisher]
command = "uvx"
args = ["mcp-fb-publisher"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-fb-publisher": {
      "args": [
        "mcp-fb-publisher"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-fb-publisher": {
      "args": [
        "mcp-fb-publisher"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: META_USER_TOKEN (Long-lived Meta Graph API user or page token. Required for publishing.), MCP_FB_PUBLISHER_CONFIG (Absolute path to your config.yaml (per-page brand voices, banned topics, image policy).), MCP_FB_PUBLISHER_CONFIG_JSON (Inline JSON config (alternative to file path, useful for serverless deploys).), OPENAI_API_KEY (OpenAI API key for image generation via gpt-image-1 (optional).), FAL_KEY (fal.ai API key for image generation via Flux Pro (optional).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Facebook Publisher

same job, measured the same way
AITWIRE
by aitwire

Business-published entity records with confirmation dates: look up, page feeds, check claims.

3 tools answering
Facebook MCP
by ivanbbaev

Facebook Pages MCP server for the Meta Graph API — publishing, insights, moderation, messaging

42 installs/wk local only
I
BenchBoss
by p4stoboy

Play Chess, RPS-N and Safehouse Protocol via MCP. Public replays; GitHub verification required.

619 installs/wk local only
Voice School Lesson Booking
by voice-school

Request online singing lessons with Voice School and Daria Klishina.

9 tools answering
Mellow Hub
by mellow-www

Social publishing with scoped delegation, input validation, scheduling and per-channel results.

answering
PyAI Voice AI
by atomsai

Speech, transcription, voice agents, Trace, Recap, dubbing and narration with browser OAuth.

409 installs/wk answering
Distro Publisher (beta)
by distro

AI-native news publishing: manage publications, write stories, upload media, and browse feeds.

answering
HasData Facebook
by hasdata

Public Facebook pages and profiles with likes, followers, contact details and posts, as JSON.

161 installs/wk answering

Facebook Publisher — questions

Answers built from our own checks of this server.

Why is there no uptime for Facebook Publisher?
Facebook Publisher runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-fb-publisher was installed 37 times last week.
How do I connect Facebook Publisher?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-fb-publisher straight from pypi; nothing to host, nothing to sign up for.
How many people use Facebook Publisher?
The pypi package mcp-fb-publisher was installed 37 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Facebook Publisher open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.