Back to MCP ServersFacebook
Integrates with Facebook Pages to enable direct management of posts, comments, and engagement metrics through the Graph API for streamlined social media management.
social-mediaapi
By HagaiHen
Installation
npx -y facebook-mcp-serverConfiguration
{
"mcpServers": {
"facebook-mcp-server": {
"command": "npx",
"args": ["-y", "facebook-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes