CursorPool
← 返回 MCP 列表
Vercel MCP

Vercel MCP

查询部署、项目与日志,辅助排查构建失败与线上问题。

Vercel·1k 次安装·14 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @vercel/mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "vercel": {
      "command": "npx",
      "args": [
        "-y",
        "@vercel/mcp"
      ]
    }
  }
}