Skip to content
Cursor

Retell AI for Cursor

io.github.mindstone/mcp-server-retell-ai

Retell AI MCP server: voice agent phone calls, agent management, LLMs, and voice discovery

client:Cursor transport:stdio runtime:npm

Install Retell AI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-retell-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-retell-ai"
      ],
      "env": {
        "RETELL_API_KEY": "<RETELL_API_KEY>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Retell AI in other clients