MCP ExplorerExplorer

Facebook Group Mcp

@hiapetrovon 9 months ago
1 MIT
FreeCommunity
AI Systems
MCP server for interacting with Facebook Groups via Graph API.

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.

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_groups permission).
  • Create new community groups linked to a Facebook Page (requires pages_manage_community_content permission).

Setup

  1. Install dependencies: npm install
  2. Compile TypeScript: npm run build
  3. 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

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers