deploy-mcp
Track deployments, get status, logs, history, and real-time monitoring for Cloudflare Pages projects.
Track deployments and status for GitHub Pages sites (coming soon).
Track deployments, get status, logs, history, and real-time monitoring for Netlify sites.
Track deployments, get status, logs, history, and real-time monitoring for Vercel projects.
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., "@deploy-mcpCheck the status of my latest Vercel deployment."
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.
deploy-mcp
Universal Deployment Tracker for AI Assistants
Track deployments across all platforms directly in your AI conversation.
No more context-switching. No more dashboard hunting.
Demo
Watch Full Demo · Live Badge Demo
Related MCP server: CreateOS MCP
Quick Start
─────────────────────────
Get started in under 30 seconds:
npx deploy-mcpThat's it! The server is now running and ready to be configured in your AI assistant.
Supported Platforms
─────────────────────────
deploy-mcp supports multiple deployment platforms simultaneously. Configure as many as you need:
Platform | Status | Token Required | Features |
Vercel | ✅ Ready |
| Status, Logs, History, Real-time Monitoring |
Netlify | ✅ Ready |
| Status, Logs, History, Real-time Monitoring |
Cloudflare Pages | ✅ Ready |
| Status, Logs, History, Real-time Monitoring |
GitHub Pages | 🚧 Coming Soon |
| - |
Multi-Platform Configuration
You can use multiple platforms simultaneously by providing tokens for each platform you want to track:
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp"],
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token",
"CLOUDFLARE_TOKEN": "accountId:globalApiKey"
// Add more platform tokens as needed
}
}
}
}Platform Configuration
─────────────────────────
Vercel
Get your API token:
Click "Create Token"
Give it a descriptive name (e.g., "deploy-mcp")
Copy the token
Add to your AI assistant configuration:
{ "env": { "VERCEL_TOKEN": "your-vercel-token" } }Available commands:
"Check my Vercel deployment for project-name""What's the status of my latest Vercel deployment?""Show me Vercel deployment logs""Watch my Vercel deployment progress""List all my Vercel projects""Show last 5 deployments for project-name"
Required permissions: Read access to deployments and projects
Netlify
Get your API token:
Under "Personal access tokens", click "New access token"
Give it a descriptive name (e.g., "deploy-mcp")
Copy the token
Add to your AI assistant configuration:
{ "env": { "NETLIFY_TOKEN": "your-netlify-token" } }Available commands:
"Check my Netlify deployment for site-name""What's the status of my latest Netlify deployment?""Show me Netlify deployment logs""Watch my Netlify deployment progress""List all my Netlify sites""Show deployment history for site-name"
Required permissions: Read access to sites and deploys
Cloudflare Pages
Get your API token:
Click "Create Token"
Use "Custom token" with these permissions:
Zone:Zone:Read
Zone:Page Rules:Read
Account:Cloudflare Pages:Edit
Or use your Global API Key (format:
accountId:globalApiKey)Copy the token
Add to your AI assistant configuration:
{ "env": { "CLOUDFLARE_TOKEN": "your-cloudflare-token-or-accountId:globalApiKey" } }Available commands:
"Check my Cloudflare Pages deployment for project-name""What's the status of my latest Cloudflare Pages deployment?""Show me Cloudflare Pages deployment logs""Watch my Cloudflare Pages deployment progress""List all my Cloudflare Pages projects""Show deployment history for project-name"
Token formats supported:
API Token:
your-api-token(requiresCLOUDFLARE_ACCOUNT_IDenv var)Global API Key:
accountId:globalApiKey(all-in-one format)
Required permissions: Account access to Cloudflare Pages
AI Assistant Configuration
─────────────────────────
deploy-mcp works with any MCP-compatible AI assistant. Here's how to set it up:
Claude Desktop
File location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Configuration:
{
"mcpServers": {
"deploy-mcp": {
"command": "npx",
"args": ["-y", "deploy-mcp"],
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token"
}
}
}
}VS Code
File location:
Workspace:
.vscode/mcp.jsonGlobal:
~/.vscode/mcp.json
Requirements: GitHub Copilot subscription with MCP enabled
Configuration: Same as Claude Desktop
Cursor AI
File location: ~/.cursor/mcp.json
Setup: Navigate to Cursor Settings → MCP
Configuration: Same as Claude Desktop
Windsurf IDE
File location: ~/.codeium/windsurf/mcp_config.json
Setup: Settings → Advanced Settings → Cascade
Configuration: Same as Claude Desktop
Continue.dev
File location: ~/.continue/config.json
Configuration (different structure):
{
"experimental": {
"modelContextProtocolServer": {
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deploy-mcp"]
},
"env": {
"VERCEL_TOKEN": "your-vercel-token",
"NETLIFY_TOKEN": "your-netlify-token"
}
}
}
}Cline (VS Code Extension)
Natural language setup:
Ask: "Add the deploy-mcp tool to check deployments"
Manual setup:
MCP Servers icon → Advanced MCP Settings
Configuration: Same as Claude Desktop
Deployment Status Badges
─────────────────────────
Get live deployment status badges for your repositories:
Badge Format
The deploy-mcp.io endpoint returns JSON data for shields.io. Use the shields.io endpoint wrapper:
Examples by Platform
Vercel Badge
Netlify Badge
Multiple Badges

Webhook Configuration
For real-time badge updates, configure webhooks:
Go to your Vercel team settings
Navigate to "Webhooks" section
Click "Create Webhook"
Configure:
URL:
https://deploy-mcp.io/webhook/{username}/{repo}/vercelEvents: Deployment Created, Ready, Error
Projects: Select specific or all
Go to Site Settings → Build & deploy → Deploy notifications
Add notification → Outgoing webhook
Configure:
URL:
https://deploy-mcp.io/webhook/{username}/{repo}/netlifyEvents: Deploy started, succeeded, failed
Note: Badges require public repositories. Private repo support coming soon.
Available Tools
─────────────────────────
deploy-mcp provides these tools to your AI assistant:
Core Tools
Tool | Description | Example Command |
| Get latest deployment status or history | "Check my deployment status" / "Show last 5 deployments" |
| Monitor deployment in real-time | "Watch my deployment progress" |
| Compare recent deployments | "Compare my last 2 deployments" |
| Fetch deployment logs | "Show me deployment logs" |
| List all available projects | "List my Vercel projects" / "Show all Netlify sites" |
Platform-Specific Usage
Commands work across all configured platforms:
"Check my Vercel deployment for my-app"
"Show last 10 deployments for my-app on Vercel"
"List all my Vercel projects"
"Check my Netlify deployment for my-site"
"Show me logs for deployment abc123 on Vercel"
"Watch my Netlify deployment progress"
"Show all my Netlify sites"New Features
List Projects
Discover all your projects/sites across platforms:
"List my Vercel projects"
"Show all Netlify sites"
"What projects do I have on Vercel?"Deployment History
View multiple recent deployments at once:
"Show last 5 deployments for my-app"
"Get deployment history for my-site"
"Check last 10 deployments on Vercel"The AI will automatically use the correct platform based on:
Explicit platform mention in your command
Project/site name matching
Available tokens in configuration
Security
─────────────────────────
Local tokens only - Your API tokens stay on your machine
No telemetry - We don't track usage or collect data
Open source - Fully auditable codebase
Minimal permissions - Only read access required
Advanced Configuration
─────────────────────────
Environment Variables
You can also set tokens via environment variables:
export VERCEL_TOKEN="your-vercel-token"
export NETLIFY_TOKEN="your-netlify-token"
npx deploy-mcpCustom Installation
For production use, install globally:
npm install -g deploy-mcp
deploy-mcpContributing
─────────────────────────
We welcome contributions! See CONTRIBUTING.md for guidelines.
Adding New Platforms
Implement the
BaseAdapterinterfaceAdd platform-specific API client
Update configuration documentation
Add tests
License
─────────────────────────
Apache 2.0 - See LICENSE for details.
Links
─────────────────────────
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 Servers
- Alicense-qualityDmaintenanceUnified deployment dashboard MCP server for AI agents. 9 tools to manage services across Vercel, Render, Railway, and Fly.io — deploy status, logs, service listing, environment variables, rollback, and health checks from one endpoint. Free tier: 50 requests/IP/day.Last updated3MIT
- Flicense-qualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.Last updated3
- Flicense-qualityDmaintenanceDeploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.Last updated2
- Alicense-qualityBmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.Last updatedMIT
Related MCP Connectors
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
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/alexpota/deploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server