Server data from the Official MCP Registry
Reference MCP stdio server for observing Vercel projects and deployments.
Reference MCP stdio server for observing Vercel projects and deployments.
Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
9 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VERCEL_TOKEN
Environment variable: VERCEL_TEAM_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-addiplus-vercel-deployment-mcp": {
"env": {
"VERCEL_TOKEN": "your-vercel-token-here",
"VERCEL_TEAM_ID": "your-vercel-team-id-here"
},
"args": [
"-y",
"@addiplus/vercel-deployment-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A reference Model Context Protocol server for observing Vercel projects and deployments over stdio.
This is a community reference implementation focused on deployment-workflow patterns — it is not a replacement for Vercel's own MCP offering. Its purpose is to demonstrate, in a small and readable codebase, how a deployment-focused MCP server can handle configuration cleanly and behave predictably on short-lived infrastructure.
| Tool | Description |
|---|---|
list_projects | List projects visible to the configured account/team (search, limit) |
get_project | Fetch one project by ID or name |
list_deployments | List recent deployments (filter by project, state, limit) |
get_deployment | Fetch one deployment by ID or URL, including current state |
From npm:
npm install @addiplus/vercel-deployment-mcp
Or run it directly without installing:
npx @addiplus/vercel-deployment-mcp
From source:
git clone https://github.com/addiplus/vercel-deployment-mcp.git
cd vercel-deployment-mcp
npm install
npm run build
npm test
| Variable | Required | Purpose |
|---|---|---|
VERCEL_TOKEN | yes | Vercel access token (create in account settings) |
VERCEL_TEAM_ID | no | Scope requests to a team |
Example client configuration (Claude Desktop / Claude Code):
{
"mcpServers": {
"vercel-deployment": {
"command": "npx",
"args": ["-y", "@addiplus/vercel-deployment-mcp"],
"env": { "VERCEL_TOKEN": "…" }
}
}
}
When running from a source checkout, use "command": "node" with
"args": ["/path/to/vercel-deployment-mcp/dist/index.js"] instead.
Dated 2026-07-08. Each claim below is implemented in code and verified by the
test suite where testable (test/); design properties cite the implementing
code.
src/vercel.ts).src/index.ts), so no log line can leak into a tool response.src/tools.ts, src/vercel.ts), and configuration is re-read from the
environment on every tool call (verified in test/tools.test.ts), so
behavior is identical on long-lived hosts and short-lived workers.server.json describes stdio package install manifests
and how clients convert them into local configuration files (spec issue
#2963, registry issue #749).MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption