How to Use the Vercel MCP in Claude Code
Run Vercel build commands and manage infrastructure from the terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Vercel MCP to Claude Code
Create your Vinkius account to connect Vercel to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Listing Account Domains and Aliases
Start by running `list_account_domains` to see all high-level apex domains managed in your account. This is essential for scripting environment setup. You can also use `list_project_aliases` to get specific subdomain routing mappings for a given project, which is critical when writing networking scripts.
Controlling Deployment Status
Need status updates? Use `get_deployment_details` to pull the full execution details of any deployment. You'll know exactly what happened. If a build is running too long, you can use `cancel_active_build` to abort it directly from your shell script.
Project Provisioning and Triggering Builds
`list_projects` lists every Vercel project in the account, letting you target your commands precisely. From there, `trigger_github_deployment` kicks off a new build using a specific Git ref. For initial setup, running `create_project` lets you bootstrap an entirely new service with just a name and framework slug.
Set up Vercel MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seevercel-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Vercel transactions." It will automatically discover and invoke the available Vercel tools.
claude mcp add --transport http vercel-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Vercel MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Vercel MCP today
We host it, we monitor it, we maintain it. You just paste one token.