Submit

Vidlizer

@arizawan

a month ago
Extract structured JSON from video, images, and PDFs using local LLMs (Ollama, LM Studio, oMLX) or via OpenRouter. Runs fully offline.

Tools

Server Config

{
  "mcpServers": {
    "vidlizer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "vidlizer[mcp]",
        "vidlizer-mcp"
      ],
      "env": {
        "PROVIDER": "ollama",
        "OLLAMA_HOST": "http://localhost:11434",
        "OLLAMA_MODEL": "gemma4:2b"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.