Server Config
{
"mcpServers": {
"vercel": {
"command": "node",
"args": [
"path_to_the_build_indexjs"
],
"env": {
"VERCEL_API_TOKEN": "YOUR TOKEN HERE"
}
}
}
}{
"mcpServers": {
"vercel": {
"command": "node",
"args": [
"path_to_the_build_indexjs"
],
"env": {
"VERCEL_API_TOKEN": "YOUR TOKEN HERE"
}
}
}
}