ElevenLabs Agents MCP Server
io.github.mindstone/mcp-server-elevenlabs-agents
What is the ElevenLabs Agents MCP server?
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
How to install ElevenLabs Agents
Copy-paste configuration for popular MCP clients.
ELEVENLABS_API_KEYrequiredsecretElevenLabs API key (starts with sk_)
MCP_WORKSPACE_PATHOptional workspace root for sandboxed knowledge-base file uploads
{
"mcpServers": {
"mcp-server-elevenlabs-agents": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"env": {
"ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-server-elevenlabs-agents": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"env": {
"ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-server-elevenlabs-agents": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"env": {
"ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}{
"servers": {
"mcp-server-elevenlabs-agents": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-elevenlabs-agents"
],
"env": {
"ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>",
"MCP_WORKSPACE_PATH": "<YOUR_MCP_WORKSPACE_PATH>"
}
}
}
}claude mcp add mcp-server-elevenlabs-agents --env ELEVENLABS_API_KEY=<YOUR_ELEVENLABS_API_KEY> --env MCP_WORKSPACE_PATH=<YOUR_MCP_WORKSPACE_PATH> -- npx -y @mindstone/mcp-server-elevenlabs-agentsRelated MCP servers
Apple Shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
Browser Automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Browserbase
Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions
Canary
Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
ElevenLabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
Email (IMAP/SMTP)
Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers