Odel
OcularAudio MCP

OcularAudio MCP

Local
@rayakaan1PythonMITUpdated 1mo ago

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmocular-audio-mcpv1.1.2

Run

npx -y ocular-audio-mcp

MCP client config

{
  "mcpServers": {
    "ocularaudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ocular-audio-mcp"
      ]
    }
  }
}