media
Vimeo MCP, CLI, and Lua Integration for AI Agents
Vimeo integration docs for AI agents: MCP gateway setup, Vimeo CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write Bearer token auth
Vimeo for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
vimeo- route_slug
vimeo- package
vimeo- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Vimeo CLIHeadless setup and direct function calls. Vimeo MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Vimeo MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vimeo.
Claude Code Vimeo MCP setup for Claude Code. Cursor Vimeo MCP setup for Cursor. Codex Vimeo MCP setup for Codex. OpenAI Agents Vimeo MCP setup for OpenAI Agents SDK. Claude Agent SDK Vimeo MCP setup for Claude Agent SDK. Vercel AI SDK Vimeo MCP setup for Vercel AI SDK. LangChain Vimeo MCP setup for LangChain. LangGraph Vimeo MCP setup for LangGraph. CrewAI Vimeo MCP setup for CrewAI. MCP clients Vimeo MCP setup for Generic MCP Clients.
Vimeo CLI Matrix
Use these pages for direct Vimeo CLI workflows in scripts, CI, cron, and agent wrappers.
CI Vimeo CLI for CI. Cron Jobs Vimeo CLI for cron jobs. Shell Scripts Vimeo CLI for shell scripts. Headless Automation Vimeo CLI for headless automation. Coding Agents Vimeo CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
vimeo.vimeo_create_video | Write write | 7 | Create a new video upload slot on Vimeo. Choose an upload approach: "pull" (Vimeo downloads from a URL), "post" (you POST to an upload link), or "streaming" (Tus protocol). Returns the video URI and upload target. |
vimeo.vimeo_get_current_user | Read read | 0 | Get the authenticated Vimeo user's profile information. Returns name, bio, location, account type, upload quota, and profile pictures. |
vimeo.vimeo_get_video | Read read | 1 | Get detailed information about a single Vimeo video by its ID. Returns name, description, duration, thumbnails, privacy, stats, and playback links. |
vimeo.vimeo_list_albums | Read read | 5 | List albums (showcases) for the authenticated Vimeo user. Supports pagination, query search, sorting, and direction. Returns album names, descriptions, thumbnails, and video counts. |
vimeo.vimeo_list_folders | Read read | 3 | List folders (projects) for the authenticated Vimeo user. Supports pagination and query search. Returns folder names, descriptions, and item counts. |
vimeo.vimeo_list_videos | Read read | 8 | List videos for the authenticated Vimeo user. Supports pagination, full-text search via query, and filters (e.g., embeddable, playable, privacy). Returns video URIs, names, durations, thumbnails, and metadata. |