Odel
mcp listen

mcp listen

Local
@decibri9JavaScriptApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-listenv0.6.0

Run

npx -y mcp-listen

MCP client config

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