Skip to main content
Glama
marcius-llmus

multimodal-reader-mcp

multimodal-reader-mcp

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

Related MCP server: youtube-mcp

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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcius-llmus/gemini-multimodal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server