noisy-coding
Rank #2,373io.github.noisy/noisy-coding
Voice interface for Claude Code: talk to your agent and it talks back while it works.
noisy-coding is a Model Context Protocol (MCP) server published by noisy. It ranks #2,373 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. noisy-coding is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 17, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 129,673 of 132,046 servers on MCP Toplist.
Use noisy-coding
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add noisy-coding -e "XAI_API_KEY=<your XAI_API_KEY>" -- docker run -i --rm docker.io/noisy/noisy-coding:2.13.3Replace each placeholder with your own value before saving.
[mcp_servers.noisy-coding]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/noisy/noisy-coding:2.13.3"]
[mcp_servers.noisy-coding.env]
XAI_API_KEY = "<your XAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"noisy-coding": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.noisy%2Fnoisy-coding)<a href="https://mcptoplist.com/server/io.github.noisy%2Fnoisy-coding"><img src="https://mcptoplist.com/badge/io.github.noisy%2Fnoisy-coding.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
noisy
Available versions (1)
| Version | Published |
|---|---|
| 2.13.3 | Aug 17, 2026 |
Frequently asked questions
- Who maintains noisy-coding?
- noisy-coding is maintained by noisy, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is noisy-coding listed on the Official MCP Registry?
- Yes — noisy-coding is listed on the Official MCP Registry, alongside Glama.
- How many versions does noisy-coding have?
- MCP Toplist tracks 1 version of noisy-coding, most recently published on Aug 17, 2026.
- Where can I find the source code for noisy-coding?
- The source code for noisy-coding is hosted at github.com/noisy/noisy-studio.
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.