π±οΈConnect Cursor
Connect the Dapta MCP to Cursor. Add one entry to your Cursor MCP config, enable it in settings, and Cursor can drive your Dapta workspace.
Last updated
Connect the Dapta MCP to Cursor. Add one entry to your Cursor MCP config, enable it in settings, and Cursor can drive your Dapta workspace.
Cursor reads its MCP servers from a JSON config file. You add one entry with your key, enable it in Cursor's settings, and it can call Dapta directly. There is nothing else to install.
You will need the API key from the previous step. If you do not have one yet, see Mint your API key.
Step 1: Create your API key. It appears once in a dialog titled Save your new MCP key. From that dialog you can copy the ready-made Cursor entry, or copy the key and build the entry yourself. The key cannot be shown again later, so keep it somewhere safe.
Step 2: Add the entry below to your Cursor MCP config. Use ~/.cursor/mcp.json to make it available in every project, or .cursor/mcp.json inside a single project. Replace <your-key> with the key you copied.
{
"mcpServers": {
"dapta-ai": {
"url": "https://mcp.dapta.ai/mcp",
"headers": { "x-api-key": "<your-key>" }
}
}
}If the file already has an mcpServers block, add dapta-ai alongside your existing servers.
Step 3: Open Cursor Settings, find the dapta-ai server under MCP, and enable it. Then ask Cursor something about your Dapta workspace, for example: "Create a voice agent in Dapta". Cursor receives Dapta's workflow guidance automatically over the connection, so there is no extra install step.
Once connected, you can ask across your Dapta workspace:
Voice agents: create, configure, and calibrate voice agents, then review their call performance.
Text and WhatsApp agents: build text agents and connect them to WhatsApp.
FlowStudio automations: design and validate automation flows that wire your agents together.
Call and lead analytics: pull call statistics, connection rates, recent calls, and lead intelligence.
Sales-meeting insights: analyze recorded sales meetings for summaries and next steps.
Identity and billing: check accounts, usage, balance, and subscription details.
Research and docs: research a company from its website and search Dapta's documentation.
Your data stays safe. Your key is scoped to one workspace, so Cursor only ever sees that workspace and cannot reach any other. When it changes something (an agent, a prompt, a flow, or a ticket), it shows you a preview first and waits for your confirmation before applying. Reading information never needs confirmation.
Last updated