NoBanks ships daily-mcp for Daily.co voice and video agents
NoBanks has released "daily-mcp", a community-built open-source server for Daily.co's WebRTC API, designed for integrating autonomous voice/video AI agents. This tool allows AI agents to provision and manage Daily.co rooms, mint bot tokens, observe presence, start transcription, eject participants, and tear down rooms. It fills a gap in Daily.co's ecosystem for AI agent orchestration as of May 2026.
Key Takeaways
- daily-mcp is a public MIT-licensed MCP server for Daily.co’s WebRTC API
- The repository ships 6 tools: create_room, generate_bot_token, get_room_presence, start_transcription, eject_participant, and delete_room
- Installation is a single pip command: pip install daily-mcp
- The README says Daily.co does not have an official MCP server as of May 2026
- The server is designed for autonomous voice/video AI agents and works with Claude Desktop, Cursor, and Cline
Why It Matters
daily-mcp gives AI agents a standard MCP path into Daily.co rooms, presence, transcription, and participant control without embedding an API key in client code. That matters because it turns Daily.co’s REST API into a toolset that can be orchestrated from Claude Desktop, Cursor, Cline, or any MCP client. The broader signal is that streaming infrastructure is being wrapped with agent-friendly control layers rather than only user-facing apps. Next to watch: whether Daily.co ships an official MCP server or whether community tools like daily-mcp become the default integration layer.
Read full article at github.com