The Reka Vision MCP server lets agent clients such as Claude Code work with your video library. Agents can upload videos, index them for search and Q&A, find relevant moments, inspect transcripts and captions, and ask focused questions about video content.
Use MCP when you want an agent to research across videos from a local workspace or chat client, without wiring each Vision API endpoint into the agent yourself.
Before you start, make sure you have:
uv installed so you can run the server with uvxCheck your local versions:
MCP clients start the Reka MCP server from their configuration. Add the server to the client you want to use.
Register the server from the command line:
Add the server to ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop after updating the config.
Register the server from the command line:
Add the server to .cursor/mcp.json:
After configuring your MCP client, restart it and confirm that the Reka MCP server is available.
Check which version you’re running:
To update to the latest version, clear the cached package and restart your MCP client:
With the MCP server connected, your agent can:
The MCP server is open source at github.com/reka-ai/reka-mcp.