Mcp Vercel Github Integration
@mixuechu
About Mcp Vercel Github Integration
No overview available yet
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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`.
Basic information
More Version Control MCP servers
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.

Git
modelcontextprotocolModel Context Protocol Servers
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
Comments