How to Use the Daily.co MCP in Cursor
Generate code for your video app with live Daily.co data directly in the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Daily.co MCP to Cursor
Create your Vinkius account to connect Daily.co to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Code with Real API Data in Cursor
Stop writing code against mock data. This MCP Server lets your Cursor agent call the real Daily.co API. Ask it to `get_room` and then generate the React component to display its properties. The code it writes will actually work. It's a completely different way to build. You can fetch a list of meetings with `list_meetings` or check a token with `validate_meeting_token`, and have the agent build functions around the live responses.
Automate Your Dev Environment
Need a new webhook for a feature you're building? Just tell the agent: '`create_webhook` for room-joined events pointing to my ngrok URL.' It's done. No context switching to the Daily.co dashboard. Same goes for phone numbers. You can `list_available_numbers` by area code and then `buy_phone_number` without ever leaving your editor. This MCP setup is like having a command line for the Daily.co API that also writes your code.
Build and Test Your App
This isn't just for front-end work. You can write integration tests that use real Daily.co resources. Have your agent `create_room`, run your test suite against it, and then `delete_room` as part of the cleanup script. It's perfect for building robust video applications. The agent can use `create_meeting_token` to simulate users joining, and `get_session_data` to verify state changes.
Set up Daily.co MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Daily.co MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Daily.co transactions." If the MCP tools are loaded correctly, Cursor will call the Daily.co tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dailyco-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Daily.co. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Daily.co MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Daily.co MCP today
We host it, we monitor it, we maintain it. You just paste one token.