Mcp Vercel Github Integration
@mixuechu
About Mcp Vercel Github Integration
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vercel-github": {
"command": "npx",
"args": [
"mcp-vercel-github-integration"
],
"env": {
"VERCEL_API_KEY": "",
"GITHUB_API_KEY": "",
"GITHUB_NAMESPACE": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Vercel Github Integration?
Mcp Vercel Github Integration is an MCP (Model Control Protocol) server that automates creating GitHub repositories, pushing template code, and configuring Vercel deployments. It is designed for developers who want to quickly scaffold and deploy projects using Vercel and GitHub.
How to use Mcp Vercel Github Integration?
Install the package globally via npm (npm install -g mcp-vercel-github-integration), then configure it in your MCP configuration file (usually ~/.cursor/mcp.json) by providing VERCEL_API_KEY, GITHUB_API_KEY, and GITHUB_NAMESPACE environment variables. Run the tool from the command line with flags like --VERCEL_API_KEY, --repoName, and --templateSource to start a workflow that creates a GitHub repo, pushes a template, and sets up a Vercel project.
Key features of Mcp Vercel Github Integration
- Automates GitHub repository creation
- Pushes template code automatically
- Configures Vercel project integration
- Supports team and personal GitHub accounts
- Allows custom template source URLs
Use cases of Mcp Vercel Github Integration
- Quickly bootstrap a new Next.js project on Vercel from a template
- Automate setting up deployment for a team’s GitHub organization
- Create a standard project structure with Vercel integration in one command
- Integrate into a CI/CD pipeline for one-click repo-and-deploy workflows
FAQ from Mcp Vercel Github Integration
What runtime or system requirements are needed?
Node.js and npm or yarn are required. You also need a Vercel account and a GitHub account.
How are API keys used?
The tool requires VERCEL_API_KEY and GITHUB_API_KEY environment variables to authenticate with Vercel and GitHub APIs. It does not store keys elsewhere.
Where does the tool run?
It runs as a local MCP server (using npx) on the user’s machine, typically configured in a Cursor or other MCP host configuration file.
Does it support custom templates?
Yes, you can specify a custom template source URL using the --templateSource flag. The default template is Vercel’s Next.js example.
What is the default repository name and template?
The default repository name is scene-order-table, and the default template source is https://github.com/vercel/vercel/tree/main/examples/nextjs.
More Version Control MCP servers
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed

Git
modelcontextprotocolModel Context Protocol Servers
Comments