# Agora MCP (/en/ai/device-kit/get-started/mcp)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

The Agora MCP server gives your AI assistant direct access to Agora documentation so it can look up APIs, SDK methods, and platform-specific details in real time.

The MCP server is included when you install Agora Skills. If you prefer to install only the MCP server, use:

```text
https://mcp.agora.io
```

## Installation [#installation]

### Codex [#codex]

```bash
codex mcp add --url https://mcp.agora.io agora-docs
```

### Claude Code [#claude-code]

```bash
claude mcp add --transport http agora-docs https://mcp.agora.io
```

### Gemini CLI [#gemini-cli]

```bash
gemini mcp add --transport http agora-docs https://mcp.agora.io
```

### Manual installation [#manual-installation]

Add the server URL `https://mcp.agora.io` to your MCP client of choice. If prompted, use `http` or `Streamable HTTP` transport.

## Related resources [#related-resources]

* [Agora skills](skills)
* [Agora MCP server](https://mcp.agora.io)
