deployment
Vercel MCP
43
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
64605/wk6.2K tokens(3%)8mo ago
Network
verceldeploymenthostingserverless
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Vercel MCP. Learn more
React Best PracticesOfficialbest-practices
Official Vercel skill for React and Next.js performance optimization, based on Vercel Engineering guidelines.
Web Design GuidelinesOfficialbest-practices
Official Vercel skill covering Web Interface Guidelines, accessibility audits, and responsive design standards.
Deploy to VercelOfficialworkflow
Deploy applications to Vercel with preview URLs and production environments via Vercel CLI.