Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Multimodal Reader

БесплатноНе проверен

MCP server for analyzing local audio and video files with Google Gen AI, returning structured summaries, timelines, transcripts, and observations.

GitHubEmbed

Описание

MCP server for analyzing local audio and video files with Google Gen AI, returning structured summaries, timelines, transcripts, and observations.

README

MCP server for reading local audio and video files with Google Gen AI and returning structured observations, timelines, and transcripts.

It analyzes a local media file and returns:

  • a short summary
  • a timeline of key moments
  • transcript snippets for spoken or visible text
  • key observations and notable signals
  • relevant clues tailored to the user's question
  • open questions plus a confidence level

Requirements

  • uv
  • Python 3.14
  • GOOGLE_API_KEY

Model configuration

The default model is gemini-2.5-flash.

You can override the default model for all requests by setting:

  • MULTIMODAL_READER_MODEL

MCP client configuration

Example Cursor MCP config:

{
  "mcpServers": {
    "multimodal-reader": {
      "command": "uvx",
      "args": ["multimodal-reader-mcp"],
      "env": {
        "GOOGLE_API_KEY": "${env:GOOGLE_API_KEY}",
        "MULTIMODAL_READER_MODEL": "gemini-2.5-flash"
      }
    }
  }
}

Tool

The package exposes one MCP tool:

  • read_media(file_path, question=None)

file_path must be an absolute path to a local media file.

from github.com/marcius-llmus/gemini-multimodal-mcp

Установка Multimodal Reader

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/marcius-llmus/gemini-multimodal-mcp

FAQ

Multimodal Reader MCP бесплатный?

Да, Multimodal Reader MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Multimodal Reader?

Нет, Multimodal Reader работает без API-ключей и переменных окружения.

Multimodal Reader — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Multimodal Reader в Claude Desktop, Claude Code или Cursor?

Открой Multimodal Reader на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Multimodal Reader with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории media