STT-MCP

sm18lr88/STT-MCP
★ 2 stars Python AI/LLM Updated today
Fast, local speech-to-text MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stt-mcp": {
      "command": "uvx",
      "args": [
        "stt-mcp"
      ]
    }
  }
}

Or install with pip: pip install stt-mcp

README Excerpt

Let your AI agents understand audio and video. Normalizes audio with FFMPEG -> translates -> cleans up after itself. Chosen backend implementation depends on your hardware, and your agent will help you choose: Parakeet or Granite. That selection is persisted for both the CLI and MCP server. - [Backends](#backends)