By messagebird
Drive the Bird platform from your coding agent — operate the Bird API from the terminal with the `bird` CLI.
Skills, agents, and commands for driving the Bird platform from your coding agent. Install the bird plugin and your agent can operate the Bird API directly.
This marketplace is generated inside Bird's internal monorepo, which is the single source of truth; this repository tracks tagged releases.
make generatewon't work from a clone here.
/plugin marketplace add messagebird/bird-ai
/plugin install bird
/add-plugin bird
codex plugin marketplace add messagebird/bird-ai
Then launch codex, run /plugins, find the bird-ai marketplace, and install the bird plugin. Codex installs the skills natively from the plugin manifest.
/plugin marketplace add messagebird/bird-ai
/plugin install bird@bird-ai
Copilot and Droid read the Claude-compatible plugin manifest directly — no extra step.
bird pluginbird-cli — operate the Bird API from the terminal with the bird CLI: send and inspect email, manage sending domains and webhook endpoints, and check CLI auth.https://mcp.platform.bird.com, so your agent can call Bird directly (send email, manage domains, inspect your workspace) with a browser sign-in and no API key.The hosted MCP server is a URL plus a browser OAuth sign-in — no install, no secret to paste. Whether installing the plugin also wires it up depends on the client:
| Client | Skills | MCP server |
|---|---|---|
| Claude Code | Installed by the plugin | Bundled — connects to https://mcp.platform.bird.com on install |
| Cursor | Installed by the plugin | Add the remote server once (see below) |
| Codex | Installed by the plugin | Add the remote server once (see below) |
| GitHub Copilot | Installed by the plugin | Add the remote server once (see below) |
| Factory Droid | Installed by the plugin | Add the remote server once (see below) |
Only Claude Code lets a plugin declare a remote MCP server, so the other clients install the skills from the plugin and connect the MCP server with a one-time config. Point the client's MCP config at https://mcp.platform.bird.com:
~/.cursor/mcp.json): { "mcpServers": { "bird": { "url": "https://mcp.platform.bird.com" } } }.vscode/mcp.json): { "servers": { "bird": { "type": "http", "url": "https://mcp.platform.bird.com" } } }~/.codex/config.toml): [mcp_servers.bird] with url = "https://mcp.platform.bird.com".factory/mcp.json): { "mcpServers": { "bird": { "type": "http", "url": "https://mcp.platform.bird.com" } } }MIT.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub messagebird/bird-ai --plugin birdAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.