- Explore MCP Servers
- facebook-group-mcp
Facebook Group Mcp
What is Facebook Group Mcp
facebook-group-mcp is a Model Context Protocol (MCP) server that provides tools for interacting with Facebook Groups through the Facebook Graph API.
Use cases
Use cases include managing group interactions, posting updates in community groups, and facilitating discussions among group members.
How to use
To use facebook-group-mcp, install the necessary dependencies using ‘npm install’, compile the TypeScript code with ‘npm run build’, and run the server using ‘node build/index.js’. Ensure that you have the required Facebook App credentials and permissions.
Key features
Key features include listing groups the authenticated user is a member of, retrieving recent posts from a specific group feed, creating new posts in a specific group feed (with ‘publish_to_groups’ permission), and creating new community groups linked to a Facebook Page (with ‘pages_manage_community_content’ permission).
Where to use
facebook-group-mcp can be used in social media management, community engagement, and content creation within Facebook Groups.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Facebook Group Mcp
facebook-group-mcp is a Model Context Protocol (MCP) server that provides tools for interacting with Facebook Groups through the Facebook Graph API.
Use cases
Use cases include managing group interactions, posting updates in community groups, and facilitating discussions among group members.
How to use
To use facebook-group-mcp, install the necessary dependencies using ‘npm install’, compile the TypeScript code with ‘npm run build’, and run the server using ‘node build/index.js’. Ensure that you have the required Facebook App credentials and permissions.
Key features
Key features include listing groups the authenticated user is a member of, retrieving recent posts from a specific group feed, creating new posts in a specific group feed (with ‘publish_to_groups’ permission), and creating new community groups linked to a Facebook Page (with ‘pages_manage_community_content’ permission).
Where to use
facebook-group-mcp can be used in social media management, community engagement, and content creation within Facebook Groups.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Facebook Group MCP
This MCP (Model Context Protocol) server provides tools for interacting with Facebook Groups via the Facebook Graph API.
Features
- List groups the authenticated user is a member of.
- Retrieve recent posts from a specific group feed.
- Create new posts in a specific group feed (requires
publish_to_groupspermission). - Create new community groups linked to a Facebook Page (requires
pages_manage_community_contentpermission).
Setup
- Install dependencies:
npm install - Compile TypeScript:
npm run build - Run the server:
node build/index.js
Ensure you have the necessary Facebook App credentials and permissions configured.
Known Issues
- Tool Listing: The server currently fails to properly list its available tools via the standard MCP discovery mechanism. This is a known issue and will be addressed in a future update.
License
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










