Skip to content

Live Audio Intelligence for Cursor

io.github.ykshah1309/live-audio-intelligence-mcp

Live webcast transcription + vocal stress analysis (F0 jitter, hesitation) for earnings calls.

client:Cursor transport:stdio runtime:pypi

Install Live Audio Intelligence in Cursor

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

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

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

Live Audio Intelligence in other clients