Vercel

Projects, deployments, docs

Official docs

About Vercel

Vercel is a cloud platform for deploying and scaling web applications, home of Next.js. Its official remote MCP server lets assistants search Vercel documentation, manage projects and deployments, and analyze logs from the account teams already ship with.

Connection details

https://mcp.vercel.com
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add vercel --transport http https://mcp.vercel.com

Frequently asked questions

What is the Vercel remote MCP server?

The Vercel remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.vercel.com, so AI assistants can connect to it without installing or running anything locally. Vercel is a cloud platform for deploying and scaling web applications, home of Next.js. Its official remote MCP server lets assistants search Vercel documentation, manage projects and deployments, and analyze logs from the account teams already ship with.

How do I connect to the Vercel MCP server?

Add the endpoint https://mcp.vercel.com to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Vercel MCP server require authentication?

Yes. Vercel uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Vercel MCP server use?

Vercel exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers