The Facebook MCP Server allows AI agents to manage Facebook Pages. It provides tools for posting, commenting, and analyzing page interactions. It connects to the Facebook Graph API. Developers use it to automate page management, content publishing, and engagement tracking.
The Facebook MCP Server allows AI agents to manage Facebook Pages. It provides tools for posting, commenting, and analyzing page interactions. It connects to the Facebook Graph API. Developers use it to automate page management, content publishing, and engagement tracking.
pip install facebook-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"tiroshanm-facebook-mcp-server-github": {
"command": "uvx",
"args": [
"pip install facebook-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from facebook?"
API Key Required
This server requires an API key from facebook. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FACEBOOK_API_KEY | Yes | Your facebook API key |
"What resources are available in facebook?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in facebook"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in facebook with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.