← Index

AdButler

com.adbutler/mcp-server·v2.4.2·Developer Tools
Quality Score
90
/100

Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.adbutler.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@adbutler/mcp-server"
      ],
      "env": {
        "ADBUTLER_API_KEY": "<your-adbutler_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@adbutler/mcp-server"
      ],
      "env": {
        "ADBUTLER_API_KEY": "<your-adbutler_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @adbutler/mcp-server
§02  Environment variables
ADBUTLER_API_KEY
requiredsecret

Your AdButler API key. Get it from AdButler Dashboard → Settings → API Keys.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools