Vercel MCP Proxy
Provides tools for interacting with the Vercel API, enabling listing projects and deployments, retrieving deployment details and build/runtime logs, and redeploying deployments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vercel MCP Proxyshow me my latest Vercel deployments and their status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vercel MCP Proxy
A single-user MCP server exposing your Vercel account as tools, with its own OAuth layer so Gemini Spark can connect via client_id/client_secret.
Tools exposed
list_vercel_projectslist_vercel_deploymentsget_vercel_deploymentget_vercel_deployment_events(build/runtime logs — useful for monitoring failures)redeploy_vercel
Related MCP server: Vercel MCP Relay Server
1. Push to GitHub
Push this folder to its own repo (can be private).
2. Deploy to Render
(Render is just used as the host here — this proxy talks to Vercel's API, it has nothing to do with your Render account.)
Render dashboard → New + → Web Service → connect the repo.
Runtime Node, build command
npm install, start commandnpm start.Set Environment Variables (see
.env.example) — use a placeholder forBASE_URLon first deploy.Deploy, copy the real URL, set
BASE_URLto it, redeploy.
3. Connect in Gemini Spark
Gemini web → Settings & help → Connected Apps → Custom apps for Spark → Add a custom app.
MCP server URL:
https://your-real-url.onrender.com/mcpAdvanced features → Show more → paste your
OAUTH_CLIENT_ID/OAUTH_CLIENT_SECRET.Continue → you'll land on your server's password page → enter
ADMIN_PASSWORD→ Approve.
Notes
Single-user only — anyone with your password + OAuth credentials can connect.
In-memory tokens reset on redeploy/restart — you'll just re-approve once.
To add more tools (e.g. listing env vars, checking domains), copy the pattern of an existing
server.registerTool(...)block and call Vercel's REST API (docs: https://vercel.com/docs/rest-api).
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
OAuth MCP for Google, Meta, X and LinkedIn Ads, Search Console, GA4 and GoHighLevel.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Persistent memory for AI agents with OAuth-backed hosted MCP access.
AXL MCP lets AI assistants create and manage landing pages, courses, email campaigns, CRM records, and marketing workflows inside AXL. Built for growing expert businesses, it turns chat requests into real work across sales, marketing, and course delivery. An AXL account is required. Sign in securely with OAuth 2.1. Website: https://axl.tech/developers/mcp . Setup guide: https://docs.axl.tech/mcp . Watch AXL in 77 seconds: pages, courses, CRM, and automation. Product overview: https://www.youtube.com/watch?v=jlhR9CafIww
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA powerful Model Context Protocol (MCP) server enabling seamless Vercel project management, including deployments, domains, environment variables, and team configurations through Cursor's Composer or Codeium's Cascade.1,42262MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to interact with the Vercel REST API to manage projects, deployments, domains, environment variables, and teams through natural language commands.-
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with Vercel API for managing projects, deployments, domains, and environment variables.-
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Vercel API to manage deployments, domains, projects, and environment variables.1,422MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/araj3539/vercel-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server