productivity
Vercel MCP, CLI, and Lua Integration for AI Agents
Vercel integration docs for AI agents: MCP gateway setup, Vercel CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write API token auth
Vercel 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
vercel- route_slug
vercel- package
vercel- auth_strategy
api_tokenAPI 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. Vercel CLIHeadless setup and direct function calls. Vercel 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.
Vercel MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vercel.
Claude Code Vercel MCP setup for Claude Code. Cursor Vercel MCP setup for Cursor. Codex Vercel MCP setup for Codex. OpenAI Agents Vercel MCP setup for OpenAI Agents SDK. Claude Agent SDK Vercel MCP setup for Claude Agent SDK. Vercel AI SDK Vercel MCP setup for Vercel AI SDK. LangChain Vercel MCP setup for LangChain. LangGraph Vercel MCP setup for LangGraph. CrewAI Vercel MCP setup for CrewAI. MCP clients Vercel MCP setup for Generic MCP Clients.
Vercel CLI Matrix
Use these pages for direct Vercel CLI workflows in scripts, CI, cron, and agent wrappers.
CI Vercel CLI for CI. Cron Jobs Vercel CLI for cron jobs. Shell Scripts Vercel CLI for shell scripts. Headless Automation Vercel CLI for headless automation. Coding Agents Vercel CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
vercel.vercel_get_current_user | Read read | 0 | Get the currently authenticated Vercel user profile, including username, email, and plan. |
vercel.vercel_get_deployment | Read read | 2 | Get details for a specific Vercel deployment by ID, including status, URL, and build logs. |
vercel.vercel_get_project | Read read | 2 | Get details for a specific Vercel project by ID, including framework, domains, and settings. |
vercel.vercel_list_deployments | Read read | 5 | List deployments across your Vercel projects. Filter by project, state, or target. |
vercel.vercel_list_domains | Read read | 2 | List all domains configured in Vercel, including verification and DNS status. |
vercel.vercel_list_projects | Read read | 2 | List all Vercel projects. Returns project names, IDs, framework, and deployment status. |
vercel.vercel_list_teams | Read read | 1 | List all Vercel teams you belong to, including membership roles and member counts. |