[ MCP_NODE_3887 ]

facebook-ads-mcp-server

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "facebook-ads-mcp-server-en": {
            "description": "This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.",
            "command": "python",
            "args": [
                "/path/to/your/fb-ads-mcp-server/server.py",
                "--fb-token",
                "YOUR_META_ACCESS_TOKEN"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.