communication
Daily.co MCP, CLI, and Lua Integration for AI Agents
Daily.co integration docs for AI agents: MCP gateway setup, Daily.co CLI commands, Lua API reference, credentials, and function schemas.
7 functions 5 read 2 write API key auth
Daily.co for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
daily-co- route_slug
daily-co- package
daily-co- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Daily.co CLIHeadless setup and direct function calls. Daily.co MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Daily.co MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Daily.co.
Claude Code Daily.co MCP setup for Claude Code. Cursor Daily.co MCP setup for Cursor. Codex Daily.co MCP setup for Codex. OpenAI Agents Daily.co MCP setup for OpenAI Agents SDK. Claude Agent SDK Daily.co MCP setup for Claude Agent SDK. Vercel AI SDK Daily.co MCP setup for Vercel AI SDK. LangChain Daily.co MCP setup for LangChain. LangGraph Daily.co MCP setup for LangGraph. CrewAI Daily.co MCP setup for CrewAI. MCP clients Daily.co MCP setup for Generic MCP Clients.
Daily.co CLI Matrix
Use these pages for direct Daily.co CLI workflows in scripts, CI, cron, and agent wrappers.
CI Daily.co CLI for CI. Cron Jobs Daily.co CLI for cron jobs. Shell Scripts Daily.co CLI for shell scripts. Headless Automation Daily.co CLI for headless automation. Coding Agents Daily.co CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
daily-co.daily_co_list_rooms | Read read | 3 | List video rooms from Daily.co. Returns a paginated list of rooms with their names, URLs, privacy settings, and creation dates. |
daily-co.daily_co_get_room | Read read | 1 | Get details of a specific Daily.co room by name, including its URL, privacy setting, configuration properties, and participant limits. |
daily-co.daily_co_create_room | Write write | 3 | Create a new Daily.co video room. Specify a room name and optional properties like privacy mode, max participants, and recording settings. |
daily-co.daily_co_delete_room | Write write | 1 | Delete a Daily.co video room by name. This permanently removes the room and it cannot be rejoined. |
daily-co.daily_co_list_meetings | Read read | 4 | List meetings from Daily.co with optional filters. Supports filtering by room, time range, and cursor-based pagination. |
daily-co.daily_co_get_meeting | Read read | 1 | Get details of a specific Daily.co meeting by ID, including participant information, duration, and session data. |
daily-co.daily_co_list_recordings | Read read | 4 | List recordings from Daily.co with optional filters. Supports filtering by room, time range, and cursor-based pagination. |