Skip to content
Grok

labs mcp for Grok

io.github.albertbolanoss/labs_mcp

MCP Server with AI-powered tools including ElevenLabs text-to-speech for realistic voice synthesis.

client:Grok transport:stdio runtime:pypi

Install labs mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "labs_mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "labs-mcp-server"
      ]
    }
  }
}

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

labs mcp in other clients