Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Software DevelopmentAuth: OAuth2.1

Vercel hosted MCP server

Frontend cloud

Vercel’s hosted MCP server lets agents inspect and manage Vercel projects — deployments, logs, and project settings — through OAuth-scoped access to the connected Vercel account.

Curated by Published Updated

Server description

Manage Vercel projects, deployments, and logs

Vercel’s hosted MCP server lets agents inspect and manage Vercel projects — deployments, logs, and project settings — through OAuth-scoped access to the connected Vercel account.

Directory details

Slug
vercel
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "vercel": {
      "url": "https://mcp.vercel.com/"
    }
  }
}

Connection links