
github mcp server
**摘要:** GitHub MCP Server 通过MCP将GitHub与Claude Desktop集成,支持通过语音/命令进行仓库克隆、状态检查和管理。需要GitHub token和Node.js 16+。
Repository Info
About This Server
**摘要:** GitHub MCP Server 通过MCP将GitHub与Claude Desktop集成,支持通过语音/命令进行仓库克隆、状态检查和管理。需要GitHub token和Node.js 16+。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
🔗 GitHub MCP Server for Claude Desktop
Supercharge your Claude Desktop with seamless GitHub integration!
This MCP server connects Claude Desktop directly to your GitHub repos and git commands, letting you interact with your code and repositories through natural conversation.
✨ Features
- 🔄
git-clone- Clone any repository with a simple request - 📊
git-status- Check what's happening in your git repos - 📋
github-list-repos- Browse your GitHub repositories - 🔍
github-repo-info- Get detailed information about any repository - 📝
git-commit- Commit changes to your repositories - 🚀
git-push- Push your commits to GitHub - 🆕
github-create-repo- Create new GitHub repositories
🚀 Quick Start
-
Clone this repo:
git clone https://github.com/shibdad/github-mcp-server.git cd github-mcp-server -
Install dependencies:
npm install -
Make it executable:
chmod +x start.sh index.js -
Add your GitHub token (for private repos and API access):
echo "your-github-token" > .github_token -
Hook it up to Claude Desktop:
Edit Claude's config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this to your config:
{ "mcpServers": { "github": { "command": "/bin/sh", "args": ["-c", "/path/to/github-mcp-server/start.sh"] } } } - macOS:
-
Restart Claude and you're good to go!
💬 Try These Prompts
Once connected, ask Claude things like:
- "Clone the tensorflow/models repository to my downloads folder"
- "What's the git status of my project directory?"
- "Show me a list of my GitHub repositories"
- "Get details about the microsoft/vscode repository"
- "Commit my changes with the message 'Update documentation'"
- "Push my commits to GitHub"
- "Create a new repository called 'my-awesome-project'"
🔧 Requirements
- Node.js 16+
- Git command-line tools
- Claude Desktop
- GitHub Personal Access Token (for API access)
🔒 GitHub Token Options
Need to access private repos? Add your token any of these ways:
- Create a
.github_tokenfile in the project folder - Set the
GITHUB_TOKENenvironment variable - Add it directly in Claude's config:
{ "mcpServers": { "github": { "command": "/bin/sh", "args": ["-c", "/path/to/github-mcp-server/start.sh"], "env": { "GITHUB_TOKEN": "your-github-token" } } } }
🙋♂️ Contributing
Found a bug? Want to add a feature? PRs welcome!
📜 License
MIT
Quick Start
Clone the repository
git clone https://github.com/shibdad/github-mcp-serverInstall dependencies
cd github-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.