Facebook MCP Server
Provides tools for posting messages, replying to comments, retrieving posts and comments, filtering negative comments, and deleting posts/comments on a Facebook Page.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Facebook MCP Serverpost an update about our new product launch"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Configure Facebook Credentials:
Create a
.envfile in the root directory of your project.Add your Facebook Page access token and Page ID to the
.envfile:FACEBOOK_PAGE_ACCESS_TOKEN=YOUR_PAGE_ACCESS_TOKEN FACEBOOK_PAGE_ID=YOUR_PAGE_IDReplace
YOUR_PAGE_ACCESS_TOKENandYOUR_PAGE_IDwith your actual values.Important: Add
.envto your.gitignoreto avoid committing sensitive information.
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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tiroshanm/facebook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server