Back to MCP Servers
🔌

gomarble-ai/facebook-ads-mcp-server

MITAPI key required

🐍 ☁️ - MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

PythonAI & LLMs

Install

npx -y -y @smithery/cli

Required environment variables

YOUR_META_ACCESS_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gomarble-ai-facebook-ads-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "YOUR_META_ACCESS_TOKEN": "<YOUR_YOUR_META_ACCESS_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.