ElevenLabs Agents for Cursor
io.github.mindstone/mcp-server-elevenlabs-agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
client:Cursor
transport:stdio
runtime:npm
Install ElevenLabs Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-elevenlabs-agents": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"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