mcp-vercel
Vercel MCP Integration is a project that allows for the interaction with Vercel's REST API using the Model Context Protocol (MCP). It provides tools for managing deployments, environment variables, and teams programmatically via AI assistants like Claude and Cursor.
What is the Vercel MCP Integration?
The Vercel MCP Integration is a server that interfaces with Vercel's REST API, allowing programmatic access to deployment management through AI Assistants.
How do I start the MCP server?
Clone the repository, install dependencies with npm, and start the server using npm start
.
Can I use this integration with AI Assistants?
Yes, it can be integrated with AI Assistants like Claude and Cursor to automate Vercel operations.
What are the prerequisites for using this integration?
You need Node.js 18+, a Vercel API Token, and an MCP Client like Claude or Cursor.
How can I create a new Vercel deployment using this integration?
Use the vercel-create-deployment
tool with the required parameters to create a new deployment.