VideoLens MCP
Connect any MCP-compatible AI assistant to VideoLens. Let your client submit video/image analysis jobs and fetch results directly.
Installation
Add the following configuration to your MCP client config file (the exact location varies by client; see its docs):
① Log in via terminal: paste your API key, saved locally to ~/.videolens
npx -y @videolens/mcp login
② Add to your AI client config (no key needed)
{
"mcpServers": {
"videolens": {
"command": "npx",
"args": ["-y", "@videolens/mcp"]
}
}
}Add the above to your MCP client's config file (the exact location varies by client; see its docs).
VIDEOLENS_API_KEY
Only users with an active paid plan can create API keys.
Available Tools
analyze_urlAnalyze a Xiaohongshu or Douyin share linkanalyze_fileUpload and analyze a local video fileanalyze_imageUpload and analyze a local image fileget_resultFetch the analysis result for a video jobget_image_resultFetch the analysis result for an image joblist_my_videosList your recent video analysis jobsget_quotaCheck your remaining analysis quotaNotes
- MCP usage shares the same quota as the web interface.
- Only users with an active paid plan can create API keys.