Skip to content
Zed

mcp listen for Zed

io.github.analyticsinmotion/mcp-listen

Give your AI agents the ability to listen. Microphone capture and speech-to-text.

client:Zed transport:stdio runtime:npm

Install mcp listen in Zed

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

{
  "context_servers": {
    "mcp-listen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-listen"
      ]
    }
  }
}

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

mcp listen in other clients