Facebook MCP
Manages Facebook Page posts, comments, and engagement metrics through the Graph API with negative sentiment filtering.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Facebook MCP is a community server by solo developer Hagai Hen that connects Claude to the Facebook Graph API for page management. It requires a Facebook Page access token with broad permissions to read posts, write comments, schedule content, and pull engagement metrics. The sentiment filtering feature adds AI-driven moderation but also means the server processes user comments through external analysis. Main concerns are the solo maintainer with limited track record, no package distribution (manual pip install from requirements.txt), and the powerful write permissions to a social media account. The access token grants substantial control over your Facebook Page, including posting and comment management. Open source with reasonable documentation, but supply chain is weak with no versioned releases or package registry distribution. No known incidents, but the combination of social media write access and manual installation warrants caution.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKPage mentions and message-the-page features are wide-open untrusted-input vectors. Outbound posting closes the chain.
Green flags
- Open source on GitHub with visible code for audit
- Addresses real moderation need with sentiment filtering
- Clear documentation of required Graph API permissions
- No known security incidents or malicious behaviour
Red flags
- Solo maintainer with limited public track record or community adoption
- Requires FB_PAGE_ACCESS_TOKEN with broad write permissions to social account
- No package distribution, manual pip install from requirements.txt
- Sentiment analysis may send comment data to external AI services
- No versioned releases or supply chain verification
Permissions requested
Install
uv pip install -r requirements.txt
FB_PAGE_ACCESS_TOKENFB_PAGE_IDReview
Install if you manage a Facebook Page with regular engagement and want Claude to handle comment moderation and sentiment triage. Skip if you're looking for Instagram tools, don't have a Page Access Token handy, or only post occasionally. The sentiment filtering is the killer feature, the rest is solid Graph API plumbing.
Good at
- Negative sentiment filtering automatically flags hostile or abusive comments, saving time on moderation.
- Covers the core Facebook Page workflows: posting, replying, scheduling, and pulling engagement metrics.
- Works directly from Claude Desktop without needing to open Facebook's clunky interface.
- Straightforward Graph API integration with no unnecessary abstraction layers.
Watch out
- Requires a Facebook Page Access Token, which is fiddly to set up if you're not familiar with Meta's developer console.
- Community-maintained by a single author, so updates may lag if Facebook changes the API.
- No Instagram support, even though many page managers handle both platforms.
- Sentiment analysis isn't perfect and will occasionally flag neutral comments or miss subtle hostility.
Use cases
- Page comment moderation
- post scheduling
- engagement analytics
- community management
Getting started
Works with
Similar MCPs
- Bluesky Social MCPFull Bluesky control over the atproto client, covering profiles, feeds, posts, follows, and interactions.
- TwilioSend SMS, manage phone numbers, query call logs. The standard for voice/SMS workflows from inside an agent.
- GmailRead, search, send, label Gmail messages from Claude. Note: original repo archived March 2026; community forks may be more current.
- ResendResend's official MCP for transactional email. Send, list, schedule from Claude — straightforward, fast, well-documented.