noisy coding for Claude Desktop
io.github.noisy/noisy-coding
Voice interface for Claude Code: talk to your agent and it talks back while it works.
client:Claude Desktop
transport:stdio
runtime:oci
Install noisy coding in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"noisy-coding": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/noisy/noisy-coding:2.13.3"
],
"env": {
"XAI_API_KEY": "<XAI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs