Skip to main content
Glama

vercel-mcp

An MCP server that connects to Vercel API.

Usage

Cursor

  • To install in a project, add the MCP server to your .cursor/mcp.json:

{
	"mcpServers": {
		"vercel": {
			"command": "npx",
			"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"],

		}
	}
}
  • To install globally, add this command to your Cursor settings:

npx vercel-mcp VERCEL_API_KEY=<your-vercel-api-key>

Windsurf

  • Add the MCP server to your ~/.codeium/windsurf/mcp_config.json file:

{
	"mcpServers": {
		"vercel": {
			"command": "npx",
			"args": ["vercel-mcp VERCEL_API_KEY=<YOUR_API_KEY>"]
		}
	}
}

Related MCP server: MCP Server

Tools

This MCP server provides the following tools for interacting with the Vercel API:

Deployments

  • getVercelDeploymentEvents - Get deployment events by deployment ID and build ID

  • getVercelDeployment - Get a deployment by ID or URL

  • cancelVercelDeployment - Cancel a deployment

  • listVercelDeploymentFiles - List deployment files

  • getVercelDeploymentFileContents - Get deployment file contents

  • getVercelDeployments - List deployments

  • deleteVercelDeployment - Delete a deployment

DNS

  • getVercelDNSRecords - List DNS records for a domain

  • createVercelDNSRecord - Create a DNS record for a domain

  • updateVercelDNSRecord - Update a DNS record

  • deleteVercelDNSRecord - Delete a DNS record

Domains

  • getVercelDomainConfig - Get a Domain's configuration

  • getVercelDomain - Get information for a single domain

  • getVercelDomains - List all domains for the authenticated user or team

Projects

  • getVercelProjects - Retrieve a list of projects

  • updateVercelProject - Update an existing project

  • getVercelProjectDomains - Retrieve project domains by project id or name

  • getVercelProjectDomain - Get a project domain

  • updateVercelProjectDomain - Update a project domain

  • removeVercelProjectDomain - Remove a domain from a project

  • addVercelProjectDomain - Add a domain to a project

  • verifyVercelProjectDomain - Verify project domain

Environment Variables

  • filterVercelProjectEnvs - Retrieve the environment variables of a project

  • getVercelProjectEnv - Retrieve the decrypted value of an environment variable

  • createVercelProjectEnv - Create one or more environment variables

  • removeVercelProjectEnv - Remove an environment variable

  • editVercelProjectEnv - Edit an environment variable

Install Server
A
license - permissive license
C
quality
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
    Last updated
    31
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
    Last updated
    28
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.
    Last updated
    2,815
    62
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zueai/vercel-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server