PluginBench
MCP Server

Speech AI - Pronunciation, STT & TTS MCP Server

io.github.fasuizu-br/speech-ai

What is the Speech AI - Pronunciation, STT & TTS MCP server?

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

How to install Speech AI - Pronunciation, STT & TTS

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "speech-ai": {
      "url": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "speech-ai": {
      "serverUrl": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "speech-ai": {
      "type": "http",
      "url": "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "speech-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http speech-ai https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp

Related MCP servers

Background removal, 4x upscaling, and face restoration via GPU

View repository →

Toxicity, sentiment, NER, PII detection, and language identification tools

View repository →