Back to Directory
claude-codeproductivity

GitHub MCP Server

Official Model Context Protocol server for GitHub integration. Search, read, and manage repositories.

Added
2025-12-06

Installationmanual

1. Create GitHub Personal Access Token: https://github.com/settings/tokens (needs repo scope) 2. Edit ~/.config/claude/claude_desktop_config.json (Mac/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows) 3. Add: { "mcpServers": { "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"], "env": { "GITHUB_TOKEN": "your_token_here" } } } } 4. Restart Claude Desktop GitHub: https://github.com/modelcontextprotocol/servers

About this Agent

Official Model Context Protocol server for GitHub integration. Search, read, and manage repositories.

Connect Claude Desktop to GitHub using the Model Context Protocol. Capabilities: - Search repositories and code - Read file contents and commit history - Manage issues and pull requests - Explore repository structures - Interact with GitHub Actions This plugin enables Claude to act as an intelligent coding assistant with direct access to your remote repositories.

Tags

#GitHub#MCP#Integration#Version Control

Contribute

Found a bug or want to improve this agent? Check out the source code.

View on GitHub