Loading MCP server directory, please wait...
Video scene understanding for AI agents via the Primate Vision API.
npx @getmcp/cli add ai.primateintelligence/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PRIMATE_API_KEYPrimate Vision API key (get a free one at https://primateintelligence.ai/docs/agents)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.primateintelligence/mcp": {
"command": "npx",
"args": [
"-y",
"@primate-intelligence/mcp"
],
"env": {
"PRIMATE_API_KEY": ""
}
}
}
}