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).

コメント

「その他」の他のコンテンツ