Multi-platform SDK for integrating GitHub Copilot Agent into apps and services
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"copilot-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-copilot-sdk"
]
}
}
}