Facebook MCP Server

An MCP server for automating posts, comment moderation, and insights on a Facebook Page.

Categories
Specialized Tools
Cloud / SaaS
Python
Our Take

This server empowers an AI agent to act as a social media manager for a Facebook Page. It provides a comprehensive set of tools for creating content, moderating comments, and fetching performance insights. The inclusion of sentiment filtering for comments is a particularly useful feature for community management.

Quick Start
// In your client config, use uv to run the server.
{
"FacebookMCP": {
  "command": "uv",
  "args": [
    "run", "--with", "mcp[cli],requests", "mcp", "run",
    "/path/to/facebook-mcp-server/server.py"
  ],
  "env": {
    "FACEBOOK_ACCESS_TOKEN": "your_token",
    "FACEBOOK_PAGE_ID": "your_page_id"
  }
}
}

Related Tools