Skip to content
VS Code

Speech AI - Pronunciation, STT & TTS for VS Code

io.github.fasuizu-br/speech-ai

Pronunciation scoring, speech-to-text, and text-to-speech for language learning

client:VS Code transport:streamable-http tools:10

Install Speech AI - Pronunciation, STT & TTS in VS Code

.vscode/mcp.json

{
  "servers": {
    "speech-ai": {
      "type": "http",
      "url": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Speech AI - Pronunciation, STT & TTS in other clients