Videoindexer Mcp
@benbakhar
About Videoindexer Mcp
MCP server for using the Azure AI Video Indexer API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
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!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments