Social|Productivity|Communication|AI / MLPython
facebook-mcp-server
Facebook MCP server for automating posts, comment moderation, insights, and sentiment filtering.
N/A rating (0 reviews)0 installs134 GitHub stars
FacebookMCPAutomation
This MCP server automates and manages interactions on a Facebook Page using the Facebook Graph API. It provides tools to create posts, moderate comments, fetch post insights, and filter negative feedback, making it ready to integrate with LLM-based agents.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"facebook-mcp-server-2": {
"args": [
"mcp-server-facebook-mcp-server-2"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.