Videoindexer Mcp
@benbakhar
Videoindexer Mcp について
MCP server for using the Azure AI Video Indexer API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Videoindexer Mcp?
Videoindexer Mcp is a Model Context Protocol (MCP) server that provides tools and resources for interacting with Video Indexer APIs. It enables developers to feed LLMs with video insights and automate API interactions.
How to use Videoindexer Mcp?
Clone the repository, create and activate a Python virtual environment, install dependencies with pip install -r requirements.txt, and install the package with pip install -e .. Configure the server with your Video Indexer account token in the VI_ACCOUNT_TOKEN environment variable and run via stdio transport. Invoke the provided tools vi_prompt_content and vi_get_prompt_content through your MCP client.
Key features of Videoindexer Mcp
vi_prompt_content: Generate prompt content from video insightsvi_get_prompt_content: Retrieve generated prompt content for a video- Feed LLMs with video insights
- Automated API interactions via MCP tools
Use cases of Videoindexer Mcp
- Feed LLMs with video insights from Video Indexer
- Automate API interactions for video analysis workflows
FAQ from Videoindexer Mcp
What does Videoindexer Mcp do?
It provides MCP tools to interact with Video Indexer APIs, specifically to generate and retrieve prompt content from video insights.
How do I install Videoindexer Mcp?
Clone the repository, create a Python virtual environment, activate it, then run pip install -r requirements.txt followed by pip install -e ..
What environment variables are required?
You must set the VI_ACCOUNT_TOKEN environment variable to your Video Indexer account token.
What transport does Videoindexer Mcp use?
It uses stdio transport as shown in the example configuration.
Can I use Videoindexer Mcp with LLMs?
Yes, the server is designed to feed LLMs with video insights via its vi_prompt_content and vi_get_prompt_content tools.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント