Install to ToolCloud
One click. No local setup. Works with any MCP client.
Requires: GitHub OAuth
Interact with GitHub repositories. Create issues, manage pull requests, search code, manage branches, and more via the GitHub API.
apigitgithubissuespull-requests
Manual Installation
Claude Code
claude mcp add github -- npx -y @modelcontextprotocol/server-githubCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"github": {
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
},
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"command": "npx"
}
}
}