1. Conduid
  2. Developer Tools
  3. Facebook Business MCP
MCP server · Developer Tools

Facebook Business MCP

MCP server implementation of Facebook Business API

Unclaimed MIT last commit a year ago facebook-apimcpfacebook-bussiness-sdkdevtools
49Fair

Scored yesterday · breakdown

About Facebook Business MCP

Facebook Business MCP is an MCP server published by promobase in the Developer Tools category: mCP server implementation of Facebook Business API. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx facebook-business-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Facebook Business MCP

Powered by Claude · Grounded in docs

I know everything about Facebook Business MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.0.9Release 0.0.9 · 5 Jul 2025Automated release of version 0.0.9 What's Changed See the [commit history](https://github.com/promobase/facebook-business-mcp/compare/v0.0.9...bd960f7f8f30791bc0d51ea20c3edf2a7f52acb8) for details.
v0.0.8Release 0.0.8 · 4 Jul 2025Automated release of version 0.0.8 What's Changed See the [commit history](https://github.com/promobase/facebook-business-mcp/compare/v0.0.8...f12ec27f76d54526ae6e07d247b8376e91cf9361) for details.
v0.0.7Release 0.0.7 · 4 Jul 2025Automated release of version 0.0.7 What's Changed See the [commit history](https://github.com/promobase/facebook-business-mcp/compare/v0.0.7...98e12c451d615e1ff946e070df5a5b7705ac51f0) for details.
v0.0.6Release 0.0.6 · 4 Jul 2025Automated release of version 0.0.6 What's Changed See the [commit history](https://github.com/promobase/facebook-business-mcp/compare/v0.0.6...d7e6a7a57c1eb93e41d709cf18f297519a7f0e02) for details.
v0.0.5Release 0.0.5 · 4 Jul 2025Automated release of version 0.0.5 What's Changed See the [commit history](https://github.com/promobase/facebook-business-mcp/compare/v0.0.5...7d40f806429fe2561570463da46ab39629f7753c) for details.

README


Python MCP Facebook API

Facebook Business MCP Server

Unofficial MCP server implementation for Facebook Business API. You can use this with any clients/LLMs to manage your ad campaigns, ads, etc.

Features

  • Complete: implementation is wrapped on top of api specs & python sdk, for full typesafty.
  • MCP Compliant: Built with FastMCP for seamless integration with any MCP-compatible client or LLM.
  • Easy Setup: Simple configuration with environment variables and immediate connectivity to Facebook Business API.

Installation

Quick Start

You can run the server directly without installation using uvx:

uvx facebook-business-mcp

Local Installation

pip install facebook-business-mcp

Setup

  1. Set environment variables:

    export FACEBOOK_APP_ID="your-app-id"
    export FACEBOOK_APP_SECRET="your-app-secret"
    export FACEBOOK_ACCESS_TOKEN="your-access-token"
    export FACEBOOK_AD_ACCOUNT_ID="your-ad-account-id"  # optional
    
  2. Run the server:

    Using uvx (no installation needed):

    uvx facebook-business-mcp
    

    Or if installed via pip:

    facebook-business-mcp
    

    Or from source:

    uv run main.py
    

License

MIT

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Facebook Business MCP

How do I install Facebook Business MCP?

Run npx facebook-business-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Facebook Business MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Facebook Business MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.