What is the AdCritter for Builders MCP server?
AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.
How to install AdCritter for Builders
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-dev": {
"url": "https://mcp.adcritter.com/mcp/dev"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-dev": {
"serverUrl": "https://mcp.adcritter.com/mcp/dev"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-dev": {
"type": "http",
"url": "https://mcp.adcritter.com/mcp/dev"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-dev": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.adcritter.com/mcp/dev"
]
}
}
}Claude Code
claude mcp add --transport http mcp-dev https://mcp.adcritter.com/mcp/devRelated MCP servers
Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.