ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Vercel with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Bring your Vercel deployment infrastructure into chat. Control project domains, trigger manual builds, and inspect deployment status natively.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Vercel capability set.

These are the exact actions your AI can choose when you ask it to work with Vercel.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Vercel.

  1. 01

    Get deployment details

    Retrieves details for a specific deployment execution

  2. 02

    Get project details

    Retrieves detailed configuration for a specific project

  3. 03

    Delete project

    This action is irreversible. Permanently removes a Vercel project

  4. 04

    List deployments

    Lists recent CI/CD builds for a specific project

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Vercel.

  1. 05

    List project aliases

    Lists specific subdomain routing mappings for a project

  2. 06

    Cancel active build

    Aborts an ongoing Vercel compilation pipeline

  3. 07

    Trigger github deployment

    Provide the project name and Git ref. Triggers a new Vercel build from a specific GitHub reference

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Vercel.

  1. 08

    Create project

    Provide a name and framework slug. Creates a new Vercel project

  2. 09

    List account domains

    Lists high-level apex domains managed by Vercel

  3. 10

    List projects

    Lists all Vercel projects in the account

Observed, not estimated

826ms average. Fast in production.

Vercel is checked daily against the live service.

Daily averagePeak 1074ms
Aug 24Today
Fastest day
744ms
Slowest day
1074ms
14-day trend
Improving-11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Vercel, so you can see the experience inside your AI.

It does not authenticate your account with Vercel. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Vercel Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Vercel capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "vercel-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_yXQJctv8H7iwNP2uZu0xA7lbrvgZaSLOafQd6VWy/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Vercel owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.