Skip to content
VS Code

mcp listen for VS Code

io.github.analyticsinmotion/mcp-listen

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

client:VS Code transport:stdio runtime:npm

Install mcp listen in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-listen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-listen"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp listen in other clients