Summary
On July 23, 2026, Vercel added deployment to its Model Context Protocol server. A new deploy_to_vercel tool detects the framework, installs dependencies, builds, and returns a shareable preview URL immediately while compilation finishes asynchronously, letting an AI client create or update a project without touching git or the CLI.
What changed
Vercel's MCP server gained a deploy_to_vercel tool that deploys code to a new or existing Vercel project. It automates framework detection, dependency installation, and builds, returning a shareable URL right away while the build completes in the background. It works with MCP clients including Claude and Cursor.
Why it matters
Deployment moves inside the agent loop. A coding agent can now go from generated code to a live URL in one MCP call, closing the last manual step (git push or vercel deploy) between AI output and a running preview, and strengthening Vercel's position as the default hosting target for agent-generated apps.
Evidence excerpt
The deploy_to_vercel tool automates framework detection, dependency installation, and builds. Users receive a shareable URL immediately while compilation happens asynchronously in the background.