Vercel MCP Adapter
Official Vercel adapter for building MCP servers on Next.js, Nuxt, Svelte, and other frameworks. 593 stars, MIT. Pairs with the hosted Vercel platform MCP at mcp.vercel.com (deployment management; HTTP-only, no public repo).
“Vercel-official toolkit for building and hosting MCP servers on Vercel-deployed apps. The mcp-adapter package wraps Next.js, Nuxt, and Svelte routes as MCP-compatible endpoints. Vercel separately ships a hosted platform MCP at mcp.vercel.com for deployment management (no public repo source).”
INSTALL THIS SERVER
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": ["@vercel/mcp"],
"env": { "VERCEL_TOKEN": "your_token" }
}
}
}
16 TOOLS AVAILABLE
OUR ASSESSMENT
- 593 GitHub stars and MIT licence.
- Official Vercel maintenance.
- Framework-aware: wraps Next.js, Nuxt, Svelte routes as MCP endpoints.
- Pairs with hosted Vercel platform MCP at mcp.vercel.com.
- Adapter pattern keeps protocol details out of application code.
- Last release March 2026; cadence is modest.
- Adapter scope only: the hosted Vercel platform MCP at mcp.vercel.com has no public repo to inspect.
- License field is unset on the repo at time of audit; treat as MIT per the npm package metadata.
The mcp-adapter is library code: it inherits the security posture of the host Next.js, Nuxt, or Svelte app. The hosted Vercel platform MCP at mcp.vercel.com authenticates via Vercel account OAuth; review Vercel data-handling policies for MCP request payloads.
Teams shipping MCP servers on Vercel-deployed apps who want a framework-aware adapter rather than a raw protocol implementation; Next.js teams adding MCP endpoints to existing apps; Vercel customers managing deployments through the hosted mcp.vercel.com endpoint.
TECHNICAL DETAILS
ADOPTION METRICS
// Reading this593 stars on the vercel/mcp-adapter repo. Audit (2026-05-03) corrected the previous URL `vercel/vercel-mcp` which returned 404. Vercel platform MCP at mcp.vercel.com is hosted-only.
// Reading thisDeployment automation is a high-frequency use case. Teams running CI/CD through agents install this early.
// Reading thisAdapter pattern fits Vercel-deployed Next.js/Nuxt/Svelte apps that ship their own MCP endpoints. Hosted Vercel platform MCP is a separate, repo-less product.
SOURCES & VERIFICATION
We don't take any single directory's word for it. Before scoring, we cross-reference 2 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.
The same server, 2 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.
| Source | Their rating | Their star count | Their downloads | Last synced |
|---|---|---|---|---|
| AutomationSwitch This page | 4editorial | 593 | 16.4K / wk | MAY 3, 2026 |
| PulseMCP | 4.0 community | 860 | 8.2K / wk | APR 21, 2026 |
| Smithery | 4.1 installs | 860 | 9.4K installs | APR 20, 2026 |
// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.
OTHER CLOUD MCP SERVERS
AWS API MCP Server
The official AWS Labs catch-all server. Bridges any AWS CLI command to MCP, giving agents universal access to the AWS API surface. Helps the agent select the right CLI command for a task; respects the local AWS credential chain.
Cloudflare MCP
Cloudflare's MCP offering: 14 hosted remote MCP servers segmented by product surface (Workers Bindings, Observability, Radar, Browser Rendering, Logpush, AI Gateway, Audit Logs, DNS Analytics, DEX, CASB, GraphQL, Docs, Container, Builds) plus a Code Mode server for broader API access. All authenticate via OAuth.
Google Cloud Run MCP
Google's official MCP server for deploying applications to Cloud Run. 603 GitHub stars and 11 commits on main in the last 30 days.
Coolify MCP
Coolify MCP with 38 optimised tools for managing self-hosted PaaS through AI assistants. 350 GitHub stars and 12 commits on main in the last 30 days. Self-hostable alternative to Vercel, Render, and Heroku.
Appwrite MCP
Appwrite's official MCP server. Operate the Appwrite backend (databases, auth, storage, functions) from agents. 68 GitHub stars and 7 commits on main in the last 30 days.
Amazon ECS MCP Server
Vendor-built ECS MCP server covering the full container deployment lifecycle: containerize, push to ECR, deploy via ECS Express Mode with ALB, troubleshoot. Notable for ALLOW_WRITE and ALLOW_SENSITIVE_DATA environment flags that make read-only mode a configuration default.
DISCUSS YOUR
MCP REQUIREMENTS.
Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.