adops-mcp

enzoemir1/adops-mcp
★ 0 stars TypeScript 📦 Other Updated today
AI-powered cross-platform ad management MCP server for Google Ads & Meta Ads
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "adops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "enzoemir1/adops-mcp"
      ]
    }
  }
}