# Cursor now supported on Vercel MCP

**Published:** August 9, 2025 | **Authors:** Mark Roberts, Brooke Mosby, Allen Zhou, Andrew Qu, Tom Knickman, Anthony Shew, Aparna Sinha

---

You can now use [Cursor](https://vercel.com/docs/mcp/vercel-mcp#cursor) with Vercel MCP, our official [Model Context Protocol (MCP) server](https://vercel.com/docs/mcp/vercel-mcp). To ensure secure access, Vercel MCP currently supports AI clients that have been reviewed and approved by Vercel.

With Vercel MCP you can explore projects, inspect failed deployments, fetch logs, and more, now all without leaving Cursor.

To connect, either use click [here for a one-click setup](cursor://anysphere.cursor-deeplink/mcp/install?name=vercel&config=eyJ1cmwiOiJodHRwczovL21jcC52ZXJjZWwuY29tIn0%3D) or add the following to your `.cursor/mcp.json`:

**mcp.json**
```json
{
  "mcpServers": {
    "vercel": {
      "url": "https://mcp.vercel.com"
    }
  }
}
```

Once added, Cursor will prompt you to log in with your Vercel account.

Read more about using [Cursor in Vercel MCP](https://vercel.com/docs/mcp/vercel-mcp#cursor).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)