Introduction
The Ezoic AI Setup Assistant is a hands-on helper for getting Ezoic running on your site or app. It looks at what you're trying to do, checks your site if you point it at your URL, and gives you working, copyable code that fits your specific setup. If you'd rather just ask questions in plain English than read through implementation docs, this is the fastest way to get an integration in place.
There are two ways to use it:
- Chat with it directly at https://pubdash.ezoic.com/ezoicads/setupassistant. Open it in your browser, describe what you're trying to build, and get code and steps back in the conversation.
- Connect it to your AI coding tool as an MCP server. If you already use Cursor, Claude Code, Codex, ChatGPT, VS Code, or any other MCP-capable tool, you can plug the Setup Assistant into that tool so your AI agent knows how Ezoic works and can add the code for you inside your editor.
Everything the Setup Assistant knows about is fair game to ask: JavaScript integration (with placement IDs or id-less), React, Vue, Angular, and other single-page apps, mobile SDKs for Android, iOS, Flutter, React Native, and Unity, the Web Game SDK, ads.txt setup, privacy scripts, and more.
Instructions
Option 1: Chat with the Setup Assistant
This is the simplest way to use the assistant and doesn't require any developer tools.
- In your Ezoic dashboard, go to EzoicAds > AI Setup Assistant.
- Click Open Setup Assistant. This opens the assistant at setup-agent.ezoic.com, signed in as you.
- Type your question. Some examples that work well:
- "I run a Next.js site at example.com. How do I add Ezoic ads?"
- "Add id-less anchor ads on mobile only."
- "How do I set up ads.txt for WordPress?"
- "Give me the React SDK code for an in-content ad."
- The assistant replies with instructions and copyable code you can paste directly into your site.
- Your conversation history is saved. You can come back to it later or start a new chat.
Option 2: Connect the Setup Assistant to Your AI Coding Tool
If you already work with an AI coding tool like Cursor, Claude Code, Codex, ChatGPT, or VS Code, you can connect the Setup Assistant to it as an MCP server. Once connected, your coding agent knows how Ezoic works and can add the code for you directly inside your project.
There are two ways to connect:
The easy way (recommended). Copy this prompt and paste it into your AI tool:
Add the Ezoic Setup MCP server: https://setup-agent.ezoic.com/mcp (streamable HTTP, no auth). Then use it to help me set up Ezoic ads.
Your tool will add the server to its configuration automatically. From that point on, your AI agent can query the Setup Assistant whenever you ask it Ezoic-related implementation questions.
Manual configuration. If you prefer to edit your tool's config file directly, add the following server entry. The exact file location depends on your tool (Cursor uses ~/.cursor/mcp.json, Claude Code uses its own config, and so on):
{
"mcpServers": {
"ezoic-setup": {
"url": "https://setup-agent.ezoic.com/mcp"
}
}
}
The server uses Streamable HTTP and requires no authentication. Copy the per-tool snippet from EzoicAds > AI Setup Assistant in your dashboard for tool-specific instructions covering Cursor, Claude Code, VS Code, Codex CLI, and ChatGPT.
Contact Information for Further Assistance
If you need further assistance with the AI Setup Assistant, please log in via support.ezoic.com to make use of our dedicated resources for support. We're here to help!