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.jsonfile:
{
"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
Supabase MCP Server (used by Deploya.dev)
Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.
Database Explorer
A powerful Model Context Protocol (MCP) tool for exploring and managing different types of databases including PostgreSQL, MySQL, and Firestore.
Supabase MCP Server
This server enables interaction with Supabase PostgreSQL databases through the MCP protocol, allowing seamless integration with Cursor and Windsurf IDEs for secure and validated database management.
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.
Perplexity Chat MCP Server
MCP Server for the Perplexity API.
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.