Back to directory
benbakhar/videoindexer-mcp

benbakhar/videoindexer-mcp

@benbakhar

MCP server for using the Azure AI Video Indexer API

videoindexerazureaimcpservercloud

Installation & Configuration

{
  "mcpServers": {
    "videoindexer-mcp": {
      "command": "/path/to/videoindexer-mcp/bin/python",
      "args": [
        "/path/to/your/videoindexer-mcp/src/main.py"
      ],
      "env": {
        "VI_ACCOUNT_TOKEN": "<your_video_indexer_account_token>"
      },
      "transportType": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17