Share:
About
Official Vercel MCP server: list projects, inspect deployments and build logs, roll back to prior deployments, and read/write environment variables per environment. Great for ops agents that triage failing builds or promote previews to production.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install Vercel MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"vercel": {
"url": "https://…",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"vercel": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"vercel": {
"type": "http",
"url": "https://…"
}
}
}Reviews
5.0(1)
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.