Skip to content

Server Github

Free

by MCP Community

MCP server for using the GitHub API

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

Server Github MCP Server

MCP server for using the GitHub API

Installation

npx -y @iflow-mcp/server-github

Reviews

Leave a Review

Installation

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