Developer platform · 2025–2026

Meta MCP

Meta MCP wraps seven Meta platforms in 200 tools, but it still exposes each platform’s permissions and failure modes.

  • TypeScript
  • 200 tools
  • 7 platforms
Meta MCP
  • pages.publish
  • instagram.insights
  • threads.create
  • ads.report

What it covers

Meta MCP connects Facebook Pages, Instagram, Threads, Ads Manager, Commerce, the Conversions API, Insights, and the Ad Library through one server. Its tools handle routine publishing as well as reporting and advertising.

Errors you can act on

A failed API request should say what went wrong. The server reports expired tokens, missing permissions, and unsupported actions with a specific next step.

How it’s built

The project is written in TypeScript, with platform-specific modules behind one Model Context Protocol server. It’s open source under the MIT license.