Docs

Get started

  • Welcome
  • Quickstart

Connect a client

  • Claude
  • Claude Code
  • Cursor

Reference

  • Generation
  • Workspace
  • Analytics
  • Inbox
  • Social
  • Meta ads
Open Vibiz dashboardGitHub
  1. Docs
  2. Connect a client
  3. Claude

Client setup

Claude

Add Vibiz to Anthropic's Claude app so it can generate creatives, schedule posts, and read analytics directly 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.

url
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 the tools picker — no restart needed.

Manual: API key

If you prefer a static credential or run an older Claude version, edit claude_desktop_config.json and add a Bearer header. Mint a token first from your workspace's Developer page on vibiz.ai.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.jsonjson
{
  "mcpServers": {
    "vibiz": {
      "url": "https://www.vibiz.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_VIBIZ_API_KEY"
      }
    }
  }
}

Try a prompt

Generate a 1:1 ad image for our hero offer in our brand voice
and schedule it as an Instagram post tomorrow at 9am.

On this page

  • 1. Open Settings → Connectors
  • 2. Paste the Vibiz MCP URL
  • 3. Approve and use
  • Manual: API key
  • Try a prompt
{ "mcpServers": { "vibiz": { "url": "https://www.vibiz.ai/api/mcp", "headers": { "Authorization": "Bearer YOUR_VIBIZ_API_KEY" } } }}