PluginBench
MCP Server

AdCritter for Agents MCP Server

com.adcritter/mcp-agent

What is the AdCritter for Agents MCP server?

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.

How to install AdCritter for Agents

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-agent": {
      "url": "https://mcp.adcritter.com/mcp/agent"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-agent": {
      "serverUrl": "https://mcp.adcritter.com/mcp/agent"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-agent": {
      "type": "http",
      "url": "https://mcp.adcritter.com/mcp/agent"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.adcritter.com/mcp/agent"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mcp-agent https://mcp.adcritter.com/mcp/agent

Related MCP servers

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.