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.
A high-performance Model Context Protocol (MCP) server providing local speech-to-text transcription using whisper.cpp, optimized for Apple Silicon.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Local, private speech-to-text MCP server using whisper.cpp optimized for Apple Silicon with speaker diarization and multiple output formats.
$ npx skillcity@latest SmartLittleApps/local-stt-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).
npx -y local-stt-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"local-stt-mcp": {
"command": "npx",
"args": [
"-y",
"local-stt-mcp"
]
}
}
}Loading README…