Skip to content

ElevenLabs Agents for Grok

io.github.mindstone/mcp-server-elevenlabs-agents

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

client:Grok transport:stdio runtime:npm

Install ElevenLabs Agents in Grok

.mcp.json (in your project root)

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

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ElevenLabs Agents in other clients