Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
Bidirectional voice MCP server for Claude Code — listen (STT) and speak (TTS) on Apple Silicon via mlx-audio
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Local voice interface for Claude Code on Apple Silicon: listen to speech and have responses spoken back via Voxtral STT and Kokoro TTS.
$ npx skillcity@latest shreyaskarnik/voice-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
uvx voice-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"voice-mcp": {
"command": "uvx",
"args": [
"voice-mcp"
]
}
}
}Loading README…