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 link
analyze_fileUpload and analyze a local video file
analyze_imageUpload and analyze a local image file
get_resultFetch the analysis result for a video job
get_image_resultFetch the analysis result for an image job
list_my_videosList your recent video analysis jobs
get_quotaCheck your remaining analysis quota

Notes

  • MCP usage shares the same quota as the web interface.
  • Only users with an active paid plan can create API keys.