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
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.
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
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Gitlab Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
Bitbucket Server MCP
garc33MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Comments