facebook-mcp-server

facebook-mcp-server

15

The Facebook MCP Server is a Model Context Protocol implementation designed to facilitate interaction with and management of Facebook Pages. Key features include automated posting, comment moderation, and content retrieval, offering streamlined social media management.

Overview

A Model Context Protocol (MCP) server implementation that provides Facebook Page interaction and management capabilities. It enables automated posting, comment moderation, and content retrieval.

Tools

  • post_to_facebook: Posts a message to the Facebook Page.
  • reply_to_comment: Replies to a comment on a specific post.
  • get_page_posts: Retrieves posts published on the Facebook Page.
  • get_post_comments: Retrieves comments for a specific post.
  • filter_negative_comments: Filters negative comments from a post based on keywords.
  • delete_post: Deletes a post from the Facebook Page.
  • delete_comment: Deletes a comment from a post.

Setup

  1. Configure Facebook credentials in a .env file with access token and Page ID.
  2. Configure your MCP client to connect to the Facebook MCP server.