github-mcp-server-mcpb

kyletaylored/github-mcp-server-mcpb
★ 0 stars Unknown language 🔌 API Integration Updated 2d ago
MCPB wrapper for Github API to support desktop extensions.
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-mcp-server-mc": {
      "command": "npx",
      "args": [
        "-y",
        "kyletaylored/github-mcp-server-mcpb"
      ]
    }
  }
}