Skip to content
Cursor

elevenlabs for Cursor

com.mcparmory/elevenlabs

Convert text to speech, transcribe audio, and dub videos with AI voices

client:Cursor transport:stdio runtime:pypi

Install elevenlabs in Cursor

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

{
  "mcpServers": {
    "elevenlabs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-elevenlabs"
      ]
    }
  }
}

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

elevenlabs in other clients