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 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论