MCP.so
登录

Facebook Ads MCP Server

@gomarble-ai

关于 Facebook Ads MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

gomarble-ai

提交者

Sachin Yadav

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "facebook-ads-mcp-server": {
      "command": "python",
      "args": [
        "server.py",
        "--fb-token",
        "YOUR_FACEBOOK_ACCESS_TOKEN"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Facebook Ads MCP Server?

An MCP server acting as an interface to the Meta Ads platform, enabling programmatic access to Meta Ads data and management features.

How to use Facebook Ads MCP Server?

Install via Smithery (npx -y @smithery/cli install @gomarble-ai/facebook-ads-mcp-server --client claude) or manually set up Python 3.10+, install dependencies, obtain a Meta Access Token, and configure an MCP client (e.g., Cursor, Claude Desktop) with the provided JSON snippet. A one‑click installer is also available at gomarble.ai/mcp.

Key features of Facebook Ads MCP Server

  • Automated environment setup and dependency installation.
  • Optional Meta token authentication; GoMarble can create a token.
  • Token stored locally; GoMarble does not store it.
  • Tools for reading accounts, campaigns, ads, and creatives.
  • Tools for fetching performance insights with pagination and filters.
  • Change history retrieval for ad accounts and ad sets.

Use cases of Facebook Ads MCP Server

  • Programmatically list and inspect ad accounts, campaigns, ad sets, and ads.
  • Retrieve performance insights (e.g., metrics) for any Meta Ads object.
  • Fetch change history to audit ad account or ad set modifications.
  • Automate campaign monitoring and reporting via MCP‑compatible clients.

FAQ from Facebook Ads MCP Server

Do I need to manually obtain a Meta Developer Access Token?

No. The setup connects to GoMarble’s server to create the token on your behalf; you are not required to manually obtain a Meta Developer Access Token.

Where is my Meta access token stored?

The token is saved locally on your machine. GoMarble does not store it.

What happens if my token expires?

You must generate a new Meta access token and update the MCP client configuration with the new token to continue using the tools.

What are the prerequisites?

Python 3.10+ and the dependencies listed in requirements.txt (mcp >=1.6.0, requests >=2.32.3).

How can I install the server?

You can install via Smithery, download the one‑click installer from gomarble.ai/mcp, or follow the manual setup instructions (clone repo, install dependencies, configure token).

评论

其他 分类下的更多 MCP 服务器