Vercel Connector for AI agents.
14 live capabilities
Manage your deployments, domains, and environment variables through your AI client.
Waiting for input…
Why people use Vercel
Vercel for Faster Deployment Management
With this Connector, you just ask your AI client to show me why the last production build failed. It pulls the logs for you immediately using get_logs, highlights the error, and lets you keep working in your editor. You get the answer in seconds instead of minutes.
What Vinkius changes
You get a command line for your Vercel account inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed production build
A developer asks the agent to pull logs for a specific deployment ID.
- Real-world use case 02
Updating production secrets
A developer needs to add a new API key.
- Real-world use case 03
Checking domain verification
A marketer wants to know if the new site is live.
Complete set · 14capabilities
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 14 available through Vercel.
- 01 Capability
List domains
List every domain configured for a Vercel team. This includes their verification status and redirect info.
- 02 Capability
Cancel deployment
Stop a deployment that's taking too long or was started by mistake. It changes the status to CANCELED immediately.
- 03 Capability
Create env var
Add a new environment variable to a specific project and target. You can set it for production, preview, or development.
- 04 Capability
Delete env var
Remove an old environment variable from a project. Just keep in mind that this action is permanent.
05—08
4 capabilities in this set.
Part of 14 available through Vercel.
- 05 Capability
Get domain
Look up the details for a specific custom domain. It shows you the SSL status and DNS verification state.
- 06 Capability
Get logs
Fetch the runtime logs for a deployment to help debug issues. You can filter by project or specific timestamps.
- 07 Capability
List aliases
List all the URL aliases you've mapped to specific deployments. This helps you keep track of your custom links.
- 08 Capability
List deployments
See every deployment for an account or a specific project. It shows the status, URL, and git commit info.
09—11
3 capabilities in this set.
Part of 14 available through Vercel.
- 09 Capability
List env vars
See all the environment variable keys for a project. It hides the actual values to keep your secrets safe.
- 10 Capability
List projects
Get a list of all your projects with their framework and git info. It's a great way to see your whole portfolio at once.
- 11 Capability
List teams
See all the teams associated with your Vercel account. This is how you get the team IDs needed for other capabilities.
12—14
3 capabilities in this set.
Part of 14 available through Vercel.
- 12 Capability
Get deployment
Pull all the details for a specific deployment ID. Use this to see the exact URL and status of a single build.
- 13 Capability
Get project
Get the full details for a specific project by its ID or name. It's the quickest way to see project metadata.
- 14 Capability
Get user
Check the account info for the authenticated user. Use this to make sure your access token is working right.
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_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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-alternative": {
"url": "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-alternative": {
"url": "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-alternative": {
"url": "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vercel-alternative": {
"url": "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vercel-alternative --transport http "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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...". 14 tools are ready
Where the request belongs
Work Vercel can move forward.
This is for the developer who hates context switching. It's for the person who's tired of refreshing the Vercel dashboard every two minutes to see if the build is done.
Frontend Developer
Checks build errors and updates environment variables while staying in the code editor.
DevOps Engineer
Audits domain health and manages secrets across multiple projects and teams.
Team Lead
Monitors deployment success rates and project statuses across the whole organization.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVercel
Bring your Vercel deployment infrastructure into chat. Control project domains, trigger manual builds, and inspect deployment status natively.
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.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Heroku (PaaS)
Manage Heroku apps via AI. list apps, restart dynos, toggle maintenance mode, and audit config vars.
DigitalOcean
Deploy and manage cloud infrastructure with simple virtual servers, managed databases, and Kubernetes clusters built for developers.
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.
How does the Vercel MCP help with debugging?
It allows your AI client to pull live runtime logs and deployment details directly into your chat. You can ask it to find specific errors without leaving your editor.
Can I use the Vercel MCP to see my secrets?
You can list the keys and target environments for your variables, but the actual values are hidden for security. You can still create new ones through the agent.
How do I manage my environment variables?
You can ask your agent to add, list, or remove environment variables for specific projects. It handles the creation and deletion for you in plain English.
Can the Vercel MCP check my domain status?
Yes, it can verify if your custom domains are correctly configured, check their SSL status, and view their DNS verification state.
Is it safe to use my Vercel token with an AI client?
Yes, it uses your standard Vercel Access Token to perform actions. You control the permissions and can revoke the token at any time in your Vercel settings.
Can I cancel a build that's taking too long?
Absolutely. You can tell your agent to cancel any running deployment, and it will update the status to CANCELED immediately.
How do I create a Vercel Access Token?
Log in to the Vercel Dashboard, go to Settings > Access Tokens, click Create Token, give it a name, select your team (optional) and scope. Copy the token immediately. it won't be shown again.
Can I manage environment variables via the agent?
Yes! Use list_env_vars to see all variable keys (values are hidden for security), create_env_var to add new ones with key, value and target environments (production, preview, development), and delete_env_var to remove them.
Can I cancel a running deployment?
Yes! Use cancel_deployment with the deployment ID to stop a build that is currently in progress. The deployment status will change to CANCELED. You can find the deployment ID from list_deployments.
How do I check my deployment history?
Use list_deployments optionally filtered by teamId and projectId to see recent deployments. Each entry shows the deployment URL, status (READY, BUILDING, ERROR), framework, git commit and creation date. Use get_deployment with a specific deployment ID for full details including build logs.
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