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. Manage Vercel deployments, projects and domains via API. inspect builds, track deployments, manage env vars and domains from any AI agent.

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 · 14 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 / 04

01-04

4 capabilities in this set.

Part of 14 available through Vercel.

  1. 01

    List domains

    Each domain includes its verification status, DNS records, SSL certificate status and redirect configuration. Optionally filter by teamId. List domains configured for a Vercel team

  2. 02

    Cancel deployment

    The deployment status will change to CANCELED. Provide the deployment ID and optionally the teamId. Cancel a running Vercel deployment

  3. 03

    Create env var

    Requires the project ID, variable key and value. Optionally set the target environments as comma-separated values (e.g. "production,preview,development"). Returns the created variable metadata. Create an environment variable for a Vercel project

  4. 04

    Delete env var

    Provide the project ID and the variable ID (from list_env_vars). WARNING: the variable cannot be recovered. Delete an environment variable from a Vercel project

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Vercel.

  1. 05

    Get domain

    Provide the domain name (e.g. "example.com"). Get details for a specific domain in Vercel

  2. 06

    Get logs

    Optionally filter by projectId, since/until timestamps (Unix ms). Returns log entries with timestamps, messages and source. Useful for debugging deployment issues and monitoring runtime behavior. Get runtime logs for a Vercel deployment

  3. 07

    List deployments

    Each deployment includes its ID, URL, status (READY, BUILDING, ERROR, CANCELED, INITIALIZING), creation date, git commit info and framework. Optionally filter by teamId and projectId. List deployments for a Vercel account or project

  4. 08

    List aliases

    Each alias maps a URL to a specific deployment. Optionally filter by teamId and projectId. List deployment aliases (URLs) in Vercel

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Vercel.

  1. 09

    List env vars

    Returns variable keys, target environments (production, preview, development) and types. Variable VALUES are NOT returned for security. Provide the project ID. List environment variables for a Vercel project

  2. 10

    List projects

    Each project represents a deployed application with its own domains, environment variables and deployment history. Optionally filter by teamId. Returns project ID, name, framework, git repo and latest deployment info. List Vercel projects

  3. 11

    List teams

    Each team has its own set of projects, deployments and members. Returns team ID, name, slug and creation date. Use the team ID as the teamId parameter in other capabilities. List Vercel teams

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Vercel.

  1. 12

    Get deployment

    Provide the deployment ID. Get details for a specific Vercel deployment

  2. 13

    Get project

    Provide the project ID (or name) and optionally the teamId. Get details for a specific Vercel project

  3. 14

    Get user

    Returns user ID, username, email, avatar and account metadata. Use this to verify your token is working correctly. Get the authenticated Vercel user

Observed, not estimated

951ms average. Fast in production.

Vercel is checked daily against the live service.

Daily averagePeak 1117ms
Aug 20Today
Fastest day
783ms
Slowest day
1117ms
14-day trend
Slowing+23%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 14 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_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_pzWT8mfyU70G8HGOmLY1PBpKMP7Jb5GpuFhDaQ2I/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

    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.

  • 02

    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.

  • 03

    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.

  • 04

    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.