Connect Vercel with AI agents using Model Context Protocol (MCP). Seamlessly integrate Vercel tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Hosting tools for AI automation
Install Vercel MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Vercel with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
Vercel is a platform for frontend frameworks and static sites, enabling developers to host websites and web services that deploy instantly, scale automatically, and require minimal configuration.
119
1
Hosting
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to add an environment variable to a vercel project. use after confirming the project exists and you need to configure secrets or configuration values across environments before deployment. example: "add api key=secret to production".
Tool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.
Tool to check if a domain is available for registration. use when you need to verify domain availability before purchase.
Tool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.
Tool to create a new authentication token. use when you need to programmatically generate a new token after validating permissions. example: "create auth token named my-token"
Tool to create a new edge config for a vercel project. use when you need to define edge caching settings before deploying your project across a specified repository.
Tool to create a new token for a specific edge config. use when you need a read-only access token after provisioning your edge config.
Tool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.
Tool to delete an authentication token. use when you need to revoke a token programmatically after confirming its validity. example: "delete auth token with id abc123"
Tool to delete a specific deployment by its unique id. use after confirming the deployment identifier to clean up unused or failed deployments.
Tool to delete tokens associated with a specific edge config. use when you need to revoke one or more access tokens from an existing edge config by its id.
Tool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.
Tool to delete a specific project by its id or name. use after confirming the correct project id or name to permanently remove it.
Deploy edge functions to vercel. use when you need to deploy serverless functions that run on the edge runtime with fast cold starts and global distribution.
Tool to retrieve metadata for an authentication token. use when you need to inspect details of a specific token for auditing or debugging.
Tool to retrieve detailed information about a specific deployment. use after triggering a deployment and you need to inspect its status and configuration. example: "get details for deployment dpl 123abc".
Tool to retrieve events related to a specific deployment. use when monitoring or debugging deployment history or streaming real-time events. example: "get events for deployment dpl xxx since 1540095775941."
Tool to retrieve logs for a specific vercel deployment. use when monitoring deployment execution, debugging issues, or analyzing deployment performance. example: "get logs for deployment dpl xxx since 1540095775941."
Tool to get information required to transfer a domain to vercel. use when you need to check transfer availability or current status before initiating a transfer.
Tool to retrieve details of a specific edge config. use when you need to inspect edge config metadata by id before updating or deleting.
20 actions available