Skip to main content
Glama

Meta Ads MCP

by pipeboard-co
smithery.yaml1.1 kB
startCommand: type: stdio configSchema: type: object properties: pipeboardApiToken: type: string description: "Pipeboard API token for Meta authentication (recommended). Get your free token at https://pipeboard.co" metaAppId: type: string description: "Meta App ID (Client ID) for direct OAuth method (only needed if not using Pipeboard authentication)" required: [] commandFunction: | (config) => { const env = {}; const args = ["-m", "meta_ads_mcp"]; // Add Pipeboard API token to environment if provided (recommended auth method) if (config.pipeboardApiToken) { env.PIPEBOARD_API_TOKEN = config.pipeboardApiToken; } // Add Meta App ID as command-line argument if provided (alternative auth method) if (config.metaAppId) { args.push("--app-id", config.metaAppId); } return { command: 'python', args: args, env: env }; } remotes: - type: streamable-http url: "https://mcp.pipeboard.co/meta-ads-mcp"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeboard-co/meta-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server