# One connection. Every next step.

Give your agent Bird’s API through MCP. Create, read, update, and delete supported resources with the permissions you choose.

[Get started](/dashboard/signup)

[Contact Sales](/demo)

## From prompt to delivered.

Your agent can set up channels, manage customers, and confirm delivery. Full read and write access through MCP and CLI.

**MCP**: `https://mcp.bird.com`

```json
{
  "name": "voice_legs_list"
}
```

Examples: [MCP](/de-de/ai/mcp.mcp.md) · [CLI](/de-de/ai/mcp.cli.md) · [TypeScript](/de-de/ai/mcp.ts.md) · [Python](/de-de/ai/mcp.py.md) · [Go](/de-de/ai/mcp.go.md) · [PHP](/de-de/ai/mcp.php.md) · [HTTP](/de-de/ai/mcp.http.md)

## Use the tools you already know.

Choose your assistant or editor. Connect it to the same Bird workspace.

Find your AI tool  AllAssistants & editorsApp builders

[Assistants & editors

### Claude

Connect Bird, authorize your workspace, and give your agent a task.](/ai/claude)[Assistants & editors

### Claude Code

Connect Bird, authorize your workspace, and give your agent a task.](/ai/claude-code)[Assistants & editors

### Codex

Connect Bird, authorize your workspace, and give your agent a task.](/ai/codex)[Assistants & editors

### Cursor

Connect Bird, authorize your workspace, and give your agent a task.](/ai/cursor)[Assistants & editors

### GitHub Copilot

Connect Bird, authorize your workspace, and give your agent a task.](/ai/github-copilot)[Assistants & editors

### Gemini

Connect Bird, authorize your workspace, and give your agent a task.](/ai/gemini)[App builders

### v0

Connect your builder. Add communications to the app you ship.](/ai/v0)[App builders

### Bolt

Connect your builder. Add communications to the app you ship.](/ai/bolt)[App builders

### Lovable

Connect your builder. Add communications to the app you ship.](/ai/lovable)[App builders

### Replit

Connect your builder. Add communications to the app you ship.](/ai/replit)[Assistants & editors

### Factory Droid

Connect Bird, authorize your workspace, and give your agent a task.](/ai/factory-droid)[App builders

### Base44

Connect your builder. Add communications to the app you ship.](/ai/base44)

## A URL. A sign-in. A working connection.

Hosted MCP needs no local server or copied API key.

Hosted MCP server Copy URL

```
https://mcp.bird.com
```

- ### Register the server

Add the Bird URL to a client that supports remote MCP over Streamable HTTP.
- ### Choose the permissions

Complete Bird’s OAuth consent screen. Select the workspace and permissions required for your task.
- ### Verify the connection

Call whoami to check your identity, then inspect the current workspace. Start with a read before making changes.
[Read MCP documentation](/docs/ai/mcp-server)

## The same operations. A choice of connection.

Use the hosted endpoint for most clients. Run locally when your workflow needs it.

### Hosted MCP

Connect to mcp.bird.com and authorize in your browser. The client calls Bird’s tools directly.

[Hosted setup](/docs/ai/mcp-server#hosted-connect-to-mcpbirdcom)

### Dynamic discovery

For clients with a hard tool limit, /dynamic exposes search and execute over the same hosted operations.

[Dynamic setup](/docs/ai/mcp-server#use-dynamic-tool-discovery)

### Local stdio

Install and authorize the CLI, then let your client start bird mcp. Local file operations use your machine.

[Install the CLI](/docs/cli)

## Keep building.  Everything connects.

Take the next step with the tools and guides for your project.

[### CLI

Run Bird from scripts and your terminal.](/ai/cli)[### Skills

Give your agent the product context.](/ai/skills)



## Related resources

- [Setting up your coding agent](/learn/basics/setting-up-your-coding-agent) (video)
- [Set up your coding agent](/docs/ai/set-up-your-agent) (docs)
- [What is an MCP server, and how does an agent use one to send messages?](/explained/platform/what-is-an-mcp-server-and-how-does-an-agent-send-messages) (answer)
- [Build with AI agents](/learn/paths/agents) (course)

[Get an implementation brief](/learn/workspace?topic=agents)
