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
npx facebook-business-mcpThis 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
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
README
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
-
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 -
Run the server:
Using uvx (no installation needed):
uvx facebook-business-mcpOr if installed via pip:
facebook-business-mcpOr from source:
uv run main.py
License
MIT
README mirrored from the source repository yesterday. The original is authoritative.