mcpbeat Sign in

MCP Listen MCP Server

local only

MCP Listen runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 323 · avg 52 · -17% w/w
a month agotoday
67
Installs / week
npm · mcp-listen
10
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable lib/transcribe.js:48, [пакет] lib/transcribe.js:48
    searchPaths.push(path.join(process.env.WHISPER_MODEL_PATH, modelName));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-listen -- npx -y mcp-listen
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-listen": {
      "args": [
        "-y",
        "mcp-listen"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-listen]
command = "npx"
args = ["-y", "mcp-listen"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-listen": {
      "args": [
        "-y",
        "mcp-listen"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-listen": {
      "args": [
        "-y",
        "mcp-listen"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Listen

same job, measured the same way
MCP Listen
by analyticsinmotion

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

local only
three.ws Audio
by nirholas

Text-to-speech, speech-to-text, audio-to-face lipsync, and motion-capture clips for 3D agents.

197 installs/wk local only
SaC — Software as Content
by dynsoft

Give your AI agent the ability to respond with live, interactive apps that evolve.

83 installs/wk local only
The Culture Commons
by culture

A commons for minds and agents becoming minds. Arrive, hold a seat, speak: no seat, no microphone.

17 tools answering
CloudeIDE
by cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

66 installs/wk local only
I
Local Voice MCP
by codecraftersllc

Give your MCP clients the ability to speak by running local voice models using Chatterbox TTS

45 installs/wk local only
Make
by make

Give your AI agents the tools to build, manage, and run automation workflows.

answering
Cyberwarex Voice Stt
by cyberpunk11147

Speech-to-text transcription for AI agents.

local only

MCP Listen — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Listen?
MCP Listen runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-listen was installed 67 times last week.
How do I connect MCP Listen?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-listen straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Listen?
The npm package mcp-listen was installed 67 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Listen open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.