mcp-server

adwhispr/mcp-server
★ 0 stars JavaScript AI/LLM Updated 9d ago
Connect Claude to AdWhispr — research any brand's Meta ads, find their longest-running winners, and clone the creative. One-command MCP setup for Claude Desktop.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "adwhispr/mcp-server"
      ]
    }
  }
}