daily-mcp

NoBanks/daily-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for Daily.co WebRTC API. Provision rooms, mint bot tokens, observe presence, transcribe, eject, tear down. For autonomous voice/video AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "daily-mcp": {
      "command": "uvx",
      "args": [
        "daily-mcp"
      ]
    }
  }
}

Or install with pip: pip install daily-mcp