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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论