MCPB wrapper for Github API to support desktop extensions.
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"
]
}
}
}
Run in terminal:
claude mcp add github-mcp-server-mc npx -y kyletaylored/github-mcp-server-mcpb
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-server-mc": {
"command": "npx",
"args": [
"-y",
"kyletaylored/github-mcp-server-mcpb"
]
}
}
}