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/mcpClaude 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.
{
"mcpServers": {
"vibiz": {
"url": "https://www.vibiz.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_VIBIZ_API_KEY"
}
}
}
}