Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.
{
"mcpServers": {
"facebook-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 231 days ago. 131 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP Security Weekly
Get CVE alerts and security updates for Facebook Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project is a MCP server for automating and managing interactions on a Facebook Page using the Facebook Graph API. It exposes tools to create posts, moderate comments, fetch post insights, and filter negative feedback — ready to plug into Claude, or other LLM-based agents.
This MCP provides a suite of AI-callable tools that connect directly to a Facebook Page, abstracting common API operations as LLM-friendly functions.
| Tool | Description |
|----------------------------------|---------------------------------------------------------------------|
| post_to_facebook | Create a new Facebook post with a message. |
| reply_to_comment | Reply to a specific comment on a post. |
| get_page_posts | Retrieve recent posts from the Page. |
| get_post_comments | Fetch comments on a given post. |
| delete_post | Delete a specific post by ID. |
| delete_comment | Delete a specific comment by ID. |
| hide_comment | Hide a comment from public view. |
| unhide_comment | Unhide a previously hidden comment. |
| delete_comment_from_post | Alias for deleting a comment from a specific post. |
| filter_negative_comments | Filter out comments with negative sentiment keywords. |
| get_number_of_comments | Count the number of comments on a post. |
| get_number_of_likes | Count the number of likes on a post. |
| get_post_impressions | Get total impressions on a post. |
| get_post_impressions_unique | Get number of unique users who saw the post. |
| get_post_impressions_paid | Get number of paid impressions on the post. |
| get_post_impressions_organic | Get number of organic impressions on the post. |
| get_post_engaged_users | Get number of users who engaged with the post. |
| get_post_clicks | Get number of clicks on the post. |
| get_post_reactions_like_total | Get total number of 'Like' reactions. |
| get_post_top_commenters | Get the top commenters on a post. |
| post_image_to_facebook | Post an image with a caption to the Facebook page. |
| send_dm_to_user | Send a direct message to a user. |
| update_post | Updates an existing post's message. |
| schedule_post | Schedule a post for future publication. |
| get_page_fan_count | Retrieve the total number of Page fans. |
| get_post_share_count | Get the number of shares on