Skip to content
Zed

labs mcp for Zed

io.github.albertbolanoss/labs_mcp

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

client:Zed transport:stdio runtime:pypi

Install labs mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "labs_mcp": {
      "command": "uvx",
      "args": [
        "labs-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

labs mcp in other clients