Vercel API Claude Desktop Config
Add the Vercel API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your Bearer Token in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"@vercel/mcp-server"
],
"env": {
"VERCEL_TOKEN": "your_vercel_token"
}
}
}
}Environment Variables
VERCEL_TOKENReplace your_vercel_token with your actual vercel token
Endpoints
GET
/v9/projectsList projects
POST
/v9/projectsCreate project
GET
/v6/deploymentsList deployments