Client setup
Cursor
Wire Vibiz into Cursor’s MCP integration so Cursor agents can generate creatives, ship funnels, and launch campaigns.
Recommended: OAuth
Add Vibiz as an HTTP MCP server with no auth header. Cursor will detect the OAuth challenge and open your browser to sign in.
1. Open Cursor settings
In Cursor, open Settings → MCP → Add new MCP server. Choose the HTTP transport.
2. Paste the Vibiz URL
Cursor stores MCP config at ~/.cursor/mcp.json. Add Vibiz to the mcpServers object — no auth header needed for OAuth.
{
"mcpServers": {
"vibiz": {
"url": "https://app.vibiz.ai/api/mcp"
}
}
}3. Authorize and enable in chat
Open the Cursor chat panel, switch to Agent mode, and toggle the Vibiz server on. Cursor opens a browser tab to vibiz.ai for sign-in. After approval, the available tools appear under the wrench icon.
Manual: API key
Prefer a static credential? Mint a token from your workspace’s Developer page on app.vibiz.ai and add it as a Bearer header:
{
"mcpServers": {
"vibiz": {
"url": "https://app.vibiz.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_VIBIZ_API_KEY"
}
}
}
}Try a prompt
Generate three 1:1 image variants for our spring promo
in the brand voice, then schedule them across Instagram
and Facebook for next week.