Vercel Connector for AI agents.
10 live capabilities
Manage your Vercel deployment infrastructure and CI/CD pipelines from your chat.
Waiting for input…
Why people use Vercel
Vercel Deployment Infrastructure Management
This Connector changes that by bringing the dashboard into your chat. You can request a build, check its status, or grab a URL with a single sentence. You get to stay in your flow state while your agent handles the heavy lifting of infrastructure management.
What Vinkius changes
You get full control over your Vercel environment without switching tabs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick hotfix deployment
A developer needs to push a critical fix.
- Real-world use case 02
DNS and SSL audit
A DevOps lead needs to check all active domains.
- Real-world use case 03
Stalled build recovery
A build is stuck in the queue.
Complete set · 10capabilities
The complete Vercel capability set.
These are the exact actions your AI can choose when you ask it to work with Vercel.
01—04
4 capabilities in this set.
Part of 10 available through Vercel.
- 01 Capability
Delete project
Permanently removes a Vercel project. Be careful as this action is irreversible.
- 02 Capability
Get deployment details
Retrieves details for a specific deployment execution. Use this to see exact success or failure logs.
- 03 Capability
Get project details
Retrieves detailed configuration for a specific project. This helps you check environment variables and settings.
- 04 Capability
List project aliases
Lists specific subdomain routing mappings for a project. This is perfect for auditing DNS and alias health.
05—07
3 capabilities in this set.
Part of 10 available through Vercel.
- 05 Capability
List deployments
Lists recent CI/CD builds for a specific project. Use this to quickly find the most recent production URL.
- 06 Capability
Cancel active build
Aborts an ongoing Vercel compilation pipeline. Use this to clear your queue when a build hangs.
- 07 Capability
Trigger github deployment
Triggers a new Vercel build from a specific GitHub reference. This lets you skip the push and start a build manually.
08—10
3 capabilities in this set.
Part of 10 available through Vercel.
- 08 Capability
Create project
Creates a new Vercel project with a name and framework slug. Use this to spin up new environments dynamically.
- 09 Capability
List account domains
Lists high-level apex domains managed by Vercel. This helps you audit your entire domain portfolio at once.
- 10 Capability
List projects
Lists all Vercel projects in the account. Get a full overview of your infrastructure in one command.
Set up in minutes
One URL. Then ask Vercel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Vercel from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Vercel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Vercel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Vercel URL.
- Step 03
Save and start
Save the connection and enable Vercel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel": {
"url": "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Vercel
Open Agent mode in chat and ask: "Using Vercel, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel": {
"url": "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Vercel
Ask Copilot: "Using Vercel, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel": {
"url": "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Vercel
Open Cascade and ask: "Using Vercel, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel": {
"url": "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Vercel
Ask Cline: "Using Vercel, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vercel --transport http "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Vercel
Ask Claude: "Using Vercel, show me...". 10 tools are ready
Where the request belongs
Work Vercel can move forward.
This is for the developer who spends too much time in the dashboard. It's built for engineers who need to move code to production quickly and DevOps leads who manage complex domain structures.
Frontend Engineer
Triggers manual builds for hotfixes and grabs preview URLs for QA checks while staying in the code editor.
DevOps Architect
Audits DNS records and SSL statuses across multiple projects using conversational inputs instead of manual spreadsheets.
QA Engineer
Pulls the latest staging URLs for testing as soon as a deployment finishes.
When one Connector is not enough
Carry the request into a workflow.
Combine Vercel with the systems that finish the task.
View all recipesConnectors for Monitored Deploy Orchestration
PR merged, deployment triggered, health check passed , and the deploy summary posted itself to the PR thread
Connectors That Stop Unnecessary Deploys
Deployment strategy derived from physics, buzzwords purged, assumptions challenged , ship infrastructure decisions grounded in axioms, not analogies
MCP Workflow for Coordinating Feature Launches
Feature tickets tracked, deploys verified, launch emails sent , coordinate product releases without Slack threads and manual checklists
MCP Workflow for GitHub to Vercel Deploys
Deployments tracked, PRs cross-referenced and the team notified , your AI agent runs the release channel
Monitor Deployment Health Using Connectors
Deployments tracked, latency spikes caught, error rates compared, rollback decisions made , monitor every ship without watching dashboards
Orchestrate GitHub to Vercel Releases via MCP
Engineering ships 12 PRs per week but nobody can tell the PM which Linear tickets actually made it to production , the agent tracks every issue from backlog to deployment
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVercel
Manage Vercel deployments, projects and domains via API. inspect builds, track deployments, manage env vars and domains from any AI agent.
Netlify
Modern web development platform. manage sites, deploys, and forms via AI.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Deno Deploy
Manage your Deno Deploy infrastructure. list apps, create deployments, and stream logs directly from your AI agent.
Zeabur (PaaS Deployment)
Deploy services, manage containers, and send transactional emails via Zeabur PaaS directly from your AI agent.
YepCode
Run serverless code snippets in the cloud with a platform that lets you build integrations and automations in any programming language.
Bring your own AI
Change the model, client or framework. Keep Vercel connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Vercel.
The practical details behind the request, access and result.
Can I use the Vercel MCP to deploy my website?
Yes, you can use it to trigger builds and manage deployments. It allows your agent to start new builds from specific branches or tags and check their status as they complete.
How do I trigger a Vercel build without pushing to GitHub?
You can use the Connector to command your agent to start a manual build. This is perfect for hotfixes where you want to see a deployment immediately without making a new commit.
Can the Vercel MCP see my DNS settings?
Yes, it can audit your root domains and list subdomain routing mappings. This makes it easy to verify your DNS health across your entire project portfolio.
Is it safe to delete projects with the Vercel MCP?
The Connector does have a capability to remove projects, but it is irreversible. You should always be specific about which project you want to remove to avoid accidental deletions.
Can I find preview URLs for my staging deployments?
Yes, your agent can check the status of recent builds and provide you with the live preview URL as soon as the deployment is ready.
Does the Vercel MCP work with Cursor and Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code, allowing you to manage Vercel from your preferred editor.
Can I cancel a stuck Vercel deployment directly from my chat window?
Yes. If a build hangs, simply find its ID via list_deployments and tell the agent: Abort the deployment execution 'dpl_9B...'. The cancelDeploymentTool intercepts and kills the remote CI task instantly.
How do I get the Preview URL of a newly built branch?
Instruct the AI manually: Grab the deployment details for 'dpl_xx3'. Using the getDeploymentTool, the agent will output the associated generated live url property for you to click without going to the dashboard notifications.
Can I spin up an empty Vercel project programmatically through the agent before I even connect my repository?
Yes. Run the prompt: Create a new Next.js project on Vercel named 'test-saas'. The agent initiates createProjectTool, and Vercel will instantly return its new unique Project GUID, ready to be linked to code whenever you wish.
One connection away
Give your agent a direct line to Vercel.
Connect Vercel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available