Vibiz
Vibiz
Vibiz docs
Overview
Overview
QuickstartTool reference
Claude CodeClaudeCursor
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/mcp

3. 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.

~/.cursor/mcp.json
{
  "mcpServers": {
    "vibiz": {
      "url": "https://www.vibiz.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_VIBIZ_API_KEY"
      }
    }
  }
}

Claude

Add Vibiz to Anthropic's Claude app so it can generate creatives, schedule posts and read analytics from any conversation.

On this page

1. Open MCP settings2. Add the Vibiz server3. AuthorizeManual: API key