Skip to content
Cursor

adtest mcp for Cursor

ai.adtest/adtest-mcp

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

client:Cursor transport:stdio runtime:npm

Install adtest mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "adtest-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

adtest mcp in other clients