AI / Lovable

The app you built can send email

Connect Bird as a chat connector and Lovable builds with live context. The app it writes sends with one API key, stored as a secret, from the first preview.

Connect Bird, then ask for the email

Connecting Bird over MCP hands the agent the tools to finish the setup itself: it mints the key, stores it, and proves the send. Your own domain is the step before launch, not before the first test.

lovable.dev
  1. Connectors
  2. +
  3. MCP server
Server name
Bird
Server URL
https://mcp.bird.com
Authentication
OAuth

Add & authorize opens the consent screen. Approve it and the connector is ready in the chat.

Three things and it works.Lovable talks to Bird over MCP while it builds. The app it ships talks to Bird with these three.

A key, kept server-side. One key carries the region and the permissions. Store it as a secret so it never reaches the browser.

$ Developers → API keys

A sender you are allowed to use. Start on the onboarding domain, move to your own when you launch. Sending from an unverified domain bounces.

$ onboarding@messagebird.dev

One call per message. The SDK reads the region from your key, so there is no host to configure. A send returns accepted, and delivery follows.

$ npm install @messagebird/sdk

What to ask for

从一个渠道开始。
准备好后,再添加其他渠道。

测试 API 密钥即刻可用。添加支付方式并验证发送者身份后,即可解锁生产环境。

正在使用 Claude Code、Cursor 或 Codex?复制一条设置提示,您的智能代理即可自动安装 Bird CLI 和相关技能。选择您的工具:

Cursor