facebook-mcp-server

HagaiHen/facebook-mcp-server
★ 119 stars Python 📦 Other Updated 1mo ago
Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "facebook-mcp-server": {
      "command": "uvx",
      "args": [
        "facebook-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install facebook-mcp-server