Skip to content
Cursor

ollos mcp for Cursor

io.github.kelvinbiffi/ollos-mcp

Local, offline transcription, speakers, keyframes, on-screen text and review of any audio or video.

client:Cursor transport:stdio runtime:npm

Install ollos mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ollos-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ollos-mcp"
      ],
      "env": {
        "OLLOS_HOME": "<OLLOS_HOME>",
        "OLLOS_OFFLINE": "<OLLOS_OFFLINE>",
        "OLLOS_YTDLP": "<OLLOS_YTDLP>",
        "OLLOS_YTDLP_ARGS": "<OLLOS_YTDLP_ARGS>"
      }
    }
  }
}

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

ollos mcp in other clients