Facebook MCP Server

Facebook MCP Server

By tiroshanm GitHub

-

facebook-mcp-server mcp-server
Overview

what is Facebook MCP Server?

Facebook MCP Server is a Model Context Protocol (MCP) server implementation that facilitates interaction and management of Facebook Pages, enabling automated posting, comment moderation, and content retrieval.

how to use Facebook MCP Server?

To use the Facebook MCP Server, configure your Facebook credentials in a .env file, set up your MCP client (like Claude Desktop) to connect to the server, and utilize the provided tools for managing Facebook Page interactions.

key features of Facebook MCP Server?

  • Automated posting to Facebook Pages
  • Comment moderation and replies
  • Retrieval of posts and comments
  • Filtering of negative comments
  • Deletion of posts and comments

use cases of Facebook MCP Server?

  1. Automating social media marketing by scheduling posts.
  2. Managing customer interactions through comment moderation.
  3. Analyzing engagement by retrieving comments and posts.

FAQ from Facebook MCP Server?

  • What is required to set up the server?

You need to create a .env file with your Facebook Page access token and Page ID.

  • Can I use this server for multiple Facebook Pages?

Yes, you can configure it for multiple pages by setting up different credentials.

  • Is the server open-source?

Yes, the Facebook MCP Server is licensed under the MIT License, allowing free use and modification.

Content

Facebook MCP Server

Overview

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

Components

Tools

The server offers the following tools:

  • post_to_facebook:
    • Posts a message to the Facebook Page.
    • Input: message (string): The message to post.
  • reply_to_comment:
    • Replies to a comment on a specific post.
    • Input:
      • post_id (string): The ID of the post.
      • comment_id (string): The ID of the comment.
      • message (string): The reply message.
  • get_page_posts:
    • Retrieves posts published on the Facebook Page.
    • Input: None.
  • get_post_comments:
    • Retrieves comments for a specific post.
    • Input: post_id (string): The ID of the post.
  • filter_negative_comments:
    • Filters negative comments from a post based on keywords.
    • Input: post_id (string): The ID of the post.
  • delete_post:
    • Deletes a post from the Facebook Page.
    • Input: post_id (string): The ID of the post to delete.
  • delete_comment:
    • Deletes a comment from a post.
    • Input: comment_id (string): The ID of the comment to delete.

Setup

  1. Configure Facebook Credentials:

    • Create a .env file in the root directory of your project.

    • Add your Facebook Page access token and Page ID to the .env file:

      FACEBOOK_PAGE_ACCESS_TOKEN=YOUR_PAGE_ACCESS_TOKEN
      FACEBOOK_PAGE_ID=YOUR_PAGE_ID
      
    • Replace YOUR_PAGE_ACCESS_TOKEN and YOUR_PAGE_ID with your actual values.

    • Important: Add .env to your .gitignore to avoid committing sensitive information.

  2. Configure in Claude Desktop (or your MCP Client):

    • Configure your MCP client (e.g., Claude Desktop) to connect to the Facebook MCP server.

    • Example configuration for Claude Desktop (uv):

      {
        "mcpServers": {
            "facebook": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/path/to/facebook-mcp-server",
                    "run",
                    "facebook-mcp-server"  
                ]
            }
        }
      }
      

Building

Comming Next.

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details