Github Vercel
Freeby MCP Community
MCP server to create GitHub repos, push code and auto-deploy to Vercel
v1.0.5Added Apr 12, 2026
mcpgithubvercelclaudedeploy
Github Vercel MCP Server
MCP server to create GitHub repos, push code and auto-deploy to Vercel
Installation
Reviews
Installation
Quick install
npx -y github-vercel-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"github-vercel": {
"command": "npx",
"args": ["-y", "github-vercel-mcp"]
}
}
}