Vision MCP
Connect with an API key
Vision MCP supports API-key authentication. Your MCP client sends REKA_API_KEY to the hosted /mcp endpoint; the server uses it for workspace-scoped Vision API access and offers video search, analysis, frame extraction, splitting, merging, and clipping tools from one connection.
Setup
Manual API-key configuration
Choose your client, copy the config, and restart the MCP client. No OAuth handoff or Clerk login is required.
Paste this into Claude Desktop and keep REKA_API_KEY local to your machine.
Endpoint: https://prod.vision-mcp.reka.ai/mcp{
"mcpServers": {
"vision-mcp": {
"url": "https://prod.vision-mcp.reka.ai/mcp",
"headers": {
"Authorization": "Bearer ${REKA_API_KEY}"
}
}
}
}- Create a platform API key from the Reka toolkit settings.
- Set that key locally as
REKA_API_KEY. - Paste the config above into your MCP client.
- Restart the client and connect to Vision MCP.