1 min read Aug 25, 2025 You can now use Devin , Raycast , Windsurf , and Goose with Vercel MCP, our official Model Context Protocol (MCP) server. For security, Vercel MCP currently supports AI clients that have been reviewed and approved by Vercel. Follow the steps below to get started with each client: Link to heading Devin Navigate to Devin's Settings > MCP Marketplace Search for Vercel and select the MCP Click Install Link to heading Raycast Run the Install Server command Enter the following details: Name: Vercel Transport: HTTP URL: https://mcp.vercel.com Click Install Link to heading Windsurf Add the snippet below to your mcp_config.json file { "mcpServers" : { "vercel" : { "serverUrl" : "https://mcp.vercel.com" } } } Link to heading Goose Click here for a one-click installation of the Vercel MCP. With Vercel MCP you can give agents access to protected deployments , analyze build logs , and more. Read more about using AI tools with Vercel MCP .…