mcp-qmedia

spookysys/mcp-qmedia
★ 0 stars Python AI/LLM Updated 1d ago
MCP server: ask questions about images/audio/video for text-only agents (MiMo-V2.5 via OpenCode Zen)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-qmedia": {
      "command": "uvx",
      "args": [
        "mcp-qmedia"
      ]
    }
  }
}

Or install with pip: pip install mcp-qmedia

README Excerpt

Self-written MCP server that lets **text-only agents ask questions about media** — images, audio, video. The agent passes file paths (or URLs) plus a question; the server sends them to **Xiaomi MiMo-V2.5** (natively omni-modal: text/image/audio/video in, text out) via the OpenCode Zen endpoints and returns the answer as text. Used from both opencode and Claude Code.

Tools (10)

MCP_QMEDIA_DIRMCP_QMEDIA_ENVMCP_QMEDIA_PYTHONQMEDIA_AUTH_JSONQMEDIA_BACKENDQMEDIA_MAX_BYTESQMEDIA_STOREQMEDIA_TIMEOUTQMEDIA_UI_PORTopencode