mcpbeat Sign in

Adtest MCP Server

local only

Adtest MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 2 Sep 2026.

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

Installs per day peak 108 · avg 4
a month agotoday
63
Installs / week
npm · adtest-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Adtest MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add adtest-mcp -- npx -y adtest-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "adtest-mcp": {
      "args": [
        "-y",
        "adtest-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.adtest-mcp]
command = "npx"
args = ["-y", "adtest-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "adtest-mcp": {
      "args": [
        "-y",
        "adtest-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "adtest-mcp": {
      "args": [
        "-y",
        "adtest-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ADTEST_API_KEY (AdTest.AI developer API key (app.adtest.ai → Developer → Generate key). Each successful analysis costs 1 credit.), ADTEST_API_BASE (Optional API base URL override (default https://app.adtest.ai/adtest-api).), ADTEST_POLL_TIMEOUT_MS (Optional max wait for a job in milliseconds (default 900000 = 15 min).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Adtest MCP

same job, measured the same way
Pagebolt
by custodia-admin

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

131 installs/wk local only
Creative Claw
by creativeclaw

On-brand creative studio for AI agents: images, video, audio, and 3D.

53 tools answering
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Unifically
by unifically

One API for 100+ AI video, image, music and speech models.

14 tools answering
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Vuela
by vuela

AI video, image, text and audio tools from your vuela.ai account

answering
Styleforge
by styleforge

Brand-aware creative studio for Claude: 200+ tools for on-brand ads, video, email and campaigns.

answering
SmartTokenGuard
by nwjnjjj

Stop burning credits on broken AI video: check every render before you pay for the next one.

4 tools answering

Adtest MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Adtest MCP?
Adtest MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package adtest-mcp was installed 63 times last week.
How do I connect Adtest MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls adtest-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Adtest MCP?
The npm package adtest-mcp was installed 63 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Adtest MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.