Vibiz
Vibiz
Vibiz docs
Overview
Overview
QuickstartTool reference
Claude CodeClaudeCursor
OverviewClients

Claude

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

1. Open Settings → Connectors

In Claude, open Settings → Connectors → Add custom connector.

2. Paste the Vibiz MCP URL

Use the URL below as the connector endpoint.

https://www.vibiz.ai/api/mcp

Claude discovers the auth server, opens a browser to vibiz.ai, and walks you through the sign-in.

3. Approve and start using it

Approve the connection in the browser tab, then return to Claude. The Vibiz tools appear under the connector list and in the tools picker, with no restart needed.

Manual: API key

If you would rather use a static credential, mint one from Developer → API keys in your workspace and send it as a Bearer header.

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

Claude Code

Install the Vibiz plugin for Claude Code in one command, with the MCP connection, slash commands, a marketing subagent and a post-commit nudge.

Cursor

Wire Vibiz into Cursor's MCP settings so it can generate creatives and manage campaigns from the editor.

On this page

1. Open Settings → Connectors2. Paste the Vibiz MCP URL3. Approve and start using itManual: API key