Skip to content
Zed

adtest mcp for Zed

ai.adtest/adtest-mcp

AI-only ad scoring for Claude: score image, video or text ads on 13 dimensions before you spend.

client:Zed transport:stdio runtime:npm

Install adtest mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "adtest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adtest-mcp"
      ],
      "env": {
        "ADTEST_API_KEY": "<ADTEST_API_KEY>",
        "ADTEST_API_BASE": "<ADTEST_API_BASE>",
        "ADTEST_POLL_TIMEOUT_MS": "<ADTEST_POLL_TIMEOUT_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

adtest mcp in other clients