facebook-ads-mcp-server
This MCP server provides an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.
The Facebook/Meta Ads MCP Server simplifies the process of accessing and managing Meta Ads data through a user-friendly interface. It automates the setup and configuration of the server locally, ensuring that users can easily connect to Meta Ads without needing to manually obtain a Meta Developer Access Token. Instead, it securely connects to GoMarble's server to create the token on the user's behalf, storing it locally for convenience. In addition to handling authentication, the MCP server also manages environment setup and dependencies, allowing users to focus on leveraging Meta Ads features without the hassle of complex configurations. This makes it an ideal solution for developers and marketers looking to integrate Meta Ads into their applications or workflows efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"facebook-ads-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-facebook-ads-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions