Skip to content

Modelcontextprotocol Server Github

Free

by MCP Community

MCP server for using the GitHub API

v0.6.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Modelcontextprotocol Server Github MCP Server

MCP server for using the GitHub API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @beautyfree/modelcontextprotocol-server-github
Add to claude_desktop_config.json
{
  "mcpServers": {
    "modelcontextprotocol-server-github": {
      "command": "npx",
      "args": ["-y", "@beautyfree/modelcontextprotocol-server-github"]
    }
  }
}