Skip to content
Cursor

voice audio mcp for Cursor

io.github.csoai-org/voice-audio-mcp

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

client:Cursor transport:stdio runtime:pypi

Install voice audio mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "voice-audio-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "voice-audio-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

voice audio mcp in other clients