OverviewClients
Cursor
Wire Vibiz into Cursor's MCP settings so it can generate creatives and manage campaigns from the editor.
1. Open MCP settings
In Cursor, open Settings → MCP → Add new MCP server.
2. Add the Vibiz server
Use the URL below as the server endpoint.
https://www.vibiz.ai/api/mcp3. Authorize
Cursor opens a browser tab to vibiz.ai. Sign in with your Vibiz account and approve the connection. The tools appear in Cursor without a restart.
Manual: API key
For headless use or a client that does not support OAuth, add a Bearer header instead.
{
"mcpServers": {
"vibiz": {
"url": "https://www.vibiz.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_VIBIZ_API_KEY"
}
}
}
}