Devin, Raycast, Windsurf, and Goose now supported on Vercel MCP

Authors

1 min read

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:

Devin

  1. Navigate to Devin's Settings > MCP Marketplace

  2. Search for Vercel and select the MCP

  3. Click Install

Raycast

  1. Run the Install Server command

  2. Enter the following details:

    • Name: Vercel

    • Transport: HTTP

    • URL: https://mcp.vercel.com

  3. Click Install

Windsurf

  1. Add the snippet below to your mcp_config.json file

{
"mcpServers": {
"vercel": {
"serverUrl": "https://mcp.vercel.com"
}
}
}

Goose

  1. 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.

Connect to Vercel MCP

Read the docs to learn more about the server

Get started