Vercel API Integration
An MCP server that enables interaction with the Vercel API to manage deployments, DNS records, domains, projects, and environment variables through natural language commands.
ssdavidai
README
vercel-mcp
An MCP server that connects to Vercel API.
Usage
Installing via Smithery
To install vercel-api-mcp-fork for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @ssdavidai/vercel-api-mcp-fork --client claude
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>"]
}
}
}
Tools
This MCP server provides the following tools for interacting with the Vercel API:
Deployments
getVercelDeploymentEvents
- Get deployment events by deployment ID and build IDgetVercelDeployment
- Get a deployment by ID or URLcancelVercelDeployment
- Cancel a deploymentlistVercelDeploymentFiles
- List deployment filesgetVercelDeploymentFileContents
- Get deployment file contentsgetVercelDeployments
- List deploymentsdeleteVercelDeployment
- Delete a deployment
DNS
getVercelDNSRecords
- List DNS records for a domaincreateVercelDNSRecord
- Create a DNS record for a domainupdateVercelDNSRecord
- Update a DNS recorddeleteVercelDNSRecord
- Delete a DNS record
Domains
getVercelDomainConfig
- Get a Domain's configurationgetVercelDomain
- Get information for a single domaingetVercelDomains
- List all domains for the authenticated user or team
Projects
getVercelProjects
- Retrieve a list of projectsupdateVercelProject
- Update an existing projectgetVercelProjectDomains
- Retrieve project domains by project id or namegetVercelProjectDomain
- Get a project domainupdateVercelProjectDomain
- Update a project domainremoveVercelProjectDomain
- Remove a domain from a projectaddVercelProjectDomain
- Add a domain to a projectverifyVercelProjectDomain
- Verify project domain
Environment Variables
filterVercelProjectEnvs
- Retrieve the environment variables of a projectgetVercelProjectEnv
- Retrieve the decrypted value of an environment variablecreateVercelProjectEnv
- Create one or more environment variablesremoveVercelProjectEnv
- Remove an environment variableeditVercelProjectEnv
- Edit an environment variable
Recommended Servers

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
Hyperbrowser MCP Server
Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to
React MCP
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts
BigQuery
This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
Web Research Server
A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.
Perplexity Chat MCP Server
MCP Server for the Perplexity API.
MySQL Server
Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
Aindreyway Codex Keeper
Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.
Etherscan Tools
Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.