Vercel MCP Server logo

Vercel MCP Server

by MCP-Mirror (Quegenx)

A powerful Model Context Protocol (MCP) server that provides full administrative control over your Vercel deployments through both Cursor's Composer and Codeium's Cascade. This tool enables seamless project management with comprehensive features for deployments, domains, environment variables, and more.

View on GitHub

Last updated: N/A

What is Vercel MCP Server?

The Vercel MCP Server is a Node.js application designed to provide a comprehensive interface for managing Vercel deployments and resources through Model Context Protocol (MCP) integrations like Cursor's Composer and Codeium's Cascade. It allows users to interact with Vercel's API using natural language commands within these IDEs.

How to use Vercel MCP Server?

To use the server, you need to clone the repository, install dependencies, build the project, and configure your Vercel access token in the src/config/constants.ts and src/index.ts files. Then, add the server to Cursor's MCP settings using the appropriate command for your operating system, ensuring the correct Node.js path is used. Once configured, you can interact with Vercel through Cursor's Composer by describing what you want to do with your Vercel projects.

Key features of Vercel MCP Server

  • Team Management (create, delete, list, update teams and members)

  • Project Management (create, delete, list, update projects and members)

  • Deployment Management (create, cancel, get, delete, list deployments)

  • Domain & DNS Management (add, remove, list domains and DNS records)

  • Environment & Configuration (manage environment variables and edge configurations)

Use cases of Vercel MCP Server

  • Managing Vercel projects and deployments through natural language commands.

  • Automating Vercel tasks using Cursor's Composer or Codeium's Cascade.

  • Simplifying Vercel administration for teams.

  • Integrating Vercel management into existing development workflows.

FAQ from Vercel MCP Server

How do I find the correct Node.js path?

On macOS/Linux, use which node. On Windows, use where node.

What do I do if MCP is not detecting the tools?

Click the refresh button in Cursor's MCP settings, ensure the server is running, and verify your Vercel credentials are valid.

How do I debug the server?

Add DEBUG=true before your command to see detailed logs.

Where do I find my Vercel access token?

Go to https://vercel.com/account/tokens to generate your access token.

What are the prerequisites for running this server?

Node.js >= 16.x, npm >= 8.x, a Vercel account with an access token, and Cursor IDE or Codeium's Cascade (for paying users).