MCP server
Facebook MCP server
Meta's official MCP server is built for advertisers managing ad accounts. There is no official MCP server for publishing to Facebook Pages. Modiva hosts one with 16 typed tools: an agent can publish and schedule Page posts, manage comments and read engagement insights on any Page you admin.
Facebook Page automation runs through the Graph API with Page access tokens, permission review and the usual Meta app-review cycle. Modiva's reviewed Meta app takes care of that, and the MCP server exposes Pages as typed tools: publish a link, photo or video post, schedule it, then track reach and engagement. Comments come back through the same server so an agent can reply where it posted.
16 typed Facebook tools
Grouped by resource, not by platform — so the same tool names work across every connected account.
accounts_
list · health · status
posts_
create · cross_post · schedule · publish_now
comments_
list · reply
messages_
list · send · inbox
analytics_
unified · best_time_to_post
Add it to your AI client
Point any MCP-compatible client (Claude, Cursor, Windsurf, …) at the hosted server and the Facebook tools are discovered automatically.
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai/v1",
"headers": { "Authorization": "Bearer mk_live_…" }
}
}
}Connect Facebook to your agent
Get your MCP key — freeFAQ
Can it post to a personal Facebook profile?
No, and neither can any tool using the official API: Meta removed API publishing to personal profiles years ago. Facebook Pages are fully supported.
How does this relate to Meta's official MCP server?
Meta's server targets ad-account management. Modiva covers the organic side (Page publishing, comments, insights) and also exposes Meta Ads as a separate integration, so one MCP key can handle both.
What post formats can an agent publish?
Text, link, photo and video posts, published immediately or scheduled. The tools validate per-format requirements before sending anything to the Graph API.
Can an agent moderate comments?
Yes. comments_list and comments_reply let it read new comments on Page posts and respond, which is the bulk of everyday Page management.
Related
Modiva is a hosted, multi-tenant MCP server. Your Facebook tokens are encrypted and never shared between workspaces.