mcp-listen
Rank #4,365io.github.decibri/mcp-listen
Give your AI agents the ability to listen. Microphone capture and speech-to-text.
mcp-listen is a Model Context Protocol (MCP) server published by decibri. It ranks #4,365 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. mcp-listen is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 127,681 of 132,046 servers on MCP Toplist.
Use mcp-listen
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-listen -- npx -y mcp-listen[mcp_servers.mcp-listen]
command = "npx"
args = ["-y", "mcp-listen"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-listen": {
"command": "npx",
"args": [
"-y",
"mcp-listen"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-listen": {
"command": "npx",
"args": [
"-y",
"mcp-listen"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-listen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-listen"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-listen": {
"command": "npx",
"args": [
"-y",
"mcp-listen"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-listen": {
"command": "npx",
"args": [
"-y",
"mcp-listen"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.decibri%2Fmcp-listen)<a href="https://mcptoplist.com/server/io.github.decibri%2Fmcp-listen"><img src="https://mcptoplist.com/badge/io.github.decibri%2Fmcp-listen.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
decibri
Available versions (4)
| Version | Published |
|---|---|
| 0.6.0 | Jul 15, 2026 |
| 0.5.0 | Jul 15, 2026 |
| 0.1.3 | Apr 16, 2026 |
| 0.1.1 | Apr 5, 2026 |
Frequently asked questions
- Who maintains mcp-listen?
- mcp-listen is maintained by decibri, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is mcp-listen listed on the Official MCP Registry?
- Yes — mcp-listen is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does mcp-listen have?
- MCP Toplist tracks 4 versions of mcp-listen, most recently published on Jul 15, 2026.
- Where can I find the source code for mcp-listen?
- The source code for mcp-listen is hosted at github.com/decibri/mcp-listen.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.