github-cli-mcp-server

flawlessstudio/github-cli-mcp-server
★ 0 stars TypeScript 🔌 API Integration Updated 2d ago
SOTA GitHub MCP Server via GitHub CLI — TypeScript, modular toolsets, 60+ tools, rate-limit handling, dual transport
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-cli-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "flawlessstudio/github-cli-mcp-server"
      ]
    }
  }
}