Manage Vercel deployments and projects. View deployment status, access logs, and manage environment variables.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Create a token at https://vercel.com/account/tokens 2. Set appropriate scope for your needs CLI Command: VERCEL_TOKEN=... claude mcp add vercel -- npx -y mcp-server-vercel Features: - View project deployments - Access deployment logs - Manage environment variables - Check build status
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["-y", "mcp-server-vercel"],
"env": {
"VERCEL_TOKEN": "..."
}
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.