Does Facebook have an MCP server?
Facebook maintains an official MCP server.
Meta's official server covers Ads and commerce — not general Facebook content.
- Access
- Remote server
- Endpoint
- https://mcp.facebook.com/ads
- Category
- Social Media
A remote server run by Facebook itself — nothing to install. Documented at developers.facebook.com.
Meta Ads (Facebook/Instagram) MCP server for Claude, ChatGPT, Perplexity & Cursor — the Meta node of Pipeboard’s 5-platform family (+ Google, TikTok, Snap, Reddit). Hosted remote MCP, badged Meta Business Partner, free plan — no self-hosting required.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http facebook https://mcp.facebook.com/adsAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.facebook.com/ads - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"facebook": {
"url": "https://mcp.facebook.com/ads"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"facebook": {
"type": "http",
"url": "https://mcp.facebook.com/ads"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.facebook.com/ads - Complete sign-in, then enable the connector in a new chat
Does Facebook have an official MCP server?
Yes. Facebook maintains an official MCP server, hosted at https://mcp.facebook.com/ads.
How do I connect Facebook to Claude?
Add https://mcp.facebook.com/ads as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http facebook https://mcp.facebook.com/ads" in Claude Code.
Do I need to install anything to use the Facebook MCP server?
No. It is a remote server hosted by Facebook, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Meta's official Ads MCP server at mcp.facebook.com/ads (announced 2026-07-16, verified live with Meta OAuth scopes). Hosted-only. Community alternative: pipeboard-co/meta-ads-mcp (~1.2k stars). Seed said COMMUNITY-ONLY. GitHub metadata is refreshed every six hours.
Meta's official Ads MCP server at mcp.facebook.com/ads (announced 2026-07-16, verified live with Meta OAuth scopes). Hosted-only. Community alternative: pipeboard-co/meta-ads-mcp (~1.2k stars). Seed said COMMUNITY-ONLY.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.