vercel-mcp

Author:@zueai
View on GitHub

Overview

Vercel MCP is a lightweight server that connects your Cursor Agent to the Vercel API. It enables seamless interaction with Vercel's deployment and DNS management features directly from your development environment.

To use Vercel MCP, install it by adding the server to your project's .cursor/mcp.json configuration. Alternatively, you can set it up globally by running the command: npx vercel-mcp VERCEL_API_KEY=<your-vercel-api-key>.

Key features include access to Vercel deployment events and management, DNS record management for your domains, project management capabilities such as adding and verifying domains, and environment variable management for Vercel projects.

Common use cases are automating deployment processes, managing DNS records across multiple domains, retrieving and updating project configurations, and handling environment variables for secure project management.

To use Vercel MCP, you need a Vercel API key for authentication. It is free, open-source, and available under the MIT license. The server is developed in TypeScript.