Vercel API MCP Config
Deploy projects, manage domains, and monitor deployments through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/vercel.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/vercel.json to fetch programmatically.
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y","@vercel/mcp-server"],
"env": {
"VERCEL_TOKEN": "your_vercel_token"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/vercel.jsonEnvironment Variables
VERCEL_TOKENReplace your_vercel_token with your actual vercel token
Endpoints
GET
/v9/projectsList projects
POST
/v9/projectsCreate project
GET
/v6/deploymentsList deployments