ElevenLabs for Cursor
io.github.mindstone/mcp-server-elevenlabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
client:Cursor
transport:stdio
runtime:npm
Install ElevenLabs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-elevenlabs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs"
],
"env": {
"ELEVENLABS_API_KEY": "<ELEVENLABS_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