Vercel Connector for AI agents.
11 live capabilities
Manage your cloud deployments and environment variables through natural conversation.
Waiting for input…
Why people use Vercel
Vercel for Automated Deployment Management
This Connector lets you do all of that from one chat window. You can ask your agent to check a build, update a key, or list your projects in one go. You get your time back and stay focused on the code.
What Vinkius changes
You stop leaving your IDE to manage your hosting.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Troubleshooting a failed production build
A build fails and you need to see why.
- Real-world use case 02
Updating secrets for a new API key
You need to add a new production database URL to your 'api-gateway' project.
- Real-world use case 03
Onboarding to a new team domain
You're moving to a new domain and need to see what's available.
Complete set · 11capabilities
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 11 available through Vercel.
- 01 Capability
Get vercel project details
Get the specific configuration and metadata for a single project. This helps you see project-specific settings quickly.
- 02 Capability
Get vercel user profile
Pull your current user profile to see your account permissions. Use this to verify your access levels.
- 03 Capability
List vercel deployments
See a list of your most recent deployments. This is great for checking the health of your recent pushes.
- 04 Capability
List vercel account domains
View all domains currently registered in your account. Use this to see which URLs are already linked.
05—08
4 capabilities in this set.
Part of 11 available through Vercel.
- 05 Capability
List vercel project env vars
Look up the environment variables for a specific project. This helps you audit your current secrets.
- 06 Capability
List vercel projects
Fetch a list of all projects in your Vercel account. Use this to get a bird's-eye view of your work.
- 07 Capability
List vercel teams
See which teams you have access to in your account. This helps you navigate large organization permissions.
- 08 Capability
Add vercel environment variable
Create a new environment variable for your project. This lets you update secrets without opening a browser.
09—11
3 capabilities in this set.
Part of 11 available through Vercel.
- 09 Capability
Create vercel deployment
Trigger a new deployment for your project. Use this to kick off a build manually through your agent.
- 10 Capability
Delete vercel deployment
Remove a specific deployment from your history. This helps you keep your deployment logs clean.
- 11 Capability
Get vercel deployment info
Get deep details on a specific deployment record. Use this to troubleshoot failed builds.
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_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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-extended": {
"url": "https://edge.vinkius.com/vk_preview_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-extended": {
"url": "https://edge.vinkius.com/vk_preview_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-extended": {
"url": "https://edge.vinkius.com/vk_preview_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-extended": {
"url": "https://edge.vinkius.com/vk_preview_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vercel-extended --transport http "https://edge.vinkius.com/vk_preview_6ib8D7M3Uv2ypYkXcj4cl2khzaGrEpt6ZJbcaHvI/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...". 11 tools are ready
Where the request belongs
Work Vercel can move forward.
This is for the engineer who's tired of switching tabs to check if a build passed or the product manager who needs to see deployment progress without asking a developer for an update.
DevOps Engineer
Monitors deployment health and manages environment variables across different production and staging environments.
Frontend Developer
Verifies domain links and checks build logs while coding to ensure the latest changes are live.
Product Owner
Gets a quick status update on production releases and project history without needing to touch the terminal.
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.
Deno Deploy
Manage your Deno Deploy infrastructure. list apps, create deployments, and stream logs directly from your AI agent.
Makeswift
Build stunning Next.js websites with a visual editor that lets marketers update pages without touching code or deployments.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any 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.
Does the Vercel MCP let me see my build history?
Yes, you can ask your agent to list recent deployments to see a history of your builds, including their success status and deployment URLs.
Can I use the Vercel MCP to update environment variables?
Absolutely. You can tell your agent to add or list environment variables for any project in your account without leaving your current workspace.
Is the Vercel MCP safe for managing secrets?
Yes, it uses your Vercel Access Token to perform actions securely. It allows you to manage secrets through your AI client just as you would in the dashboard.
How do I connect my Vercel account to my AI client?
You just need to subscribe to the Connector and provide your Vercel Access Token. Once connected, your AI client can manage your projects and deployments automatically.
Can the Vercel MCP help me manage custom domains?
Yes, the Connector can list all registered domains in your account and help you link them to specific projects through simple chat commands.
Does the Vercel MCP work with my team's projects?
Yes, it can list accessible teams and projects, allowing you to manage infrastructure across your entire organization from one place.
Can I see if a specific deployment failed using the AI?
Yes! Use the get_deployment_info capability with the Deployment ID. Your agent will retrieve the current state, and if it's 'ERROR', it will show you the deployment details.
How do I add a new API Key to a project via AI?
Use the add_environment_variable action. Provide the project name/ID, the key name, and the value. You can also specify the type as 'secret' or 'sensitive'.
Is it possible to list all domains linked to my account?
Absolutely. Use the list_account_domains query to retrieve a complete list of all domains registered or configured within your Vercel account.
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