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 Agentic WorkersPublished 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.
- Slug
- vercel
- Category
- Software Development
- Category slug
- software-development
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
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.
{
"mcpServers": {
"vercel": {
"url": "https://mcp.vercel.com/"
}
}
}