copilot-sdk (MCP Server)

GitHub

Multi-platform SDK for integrating GitHub Copilot Agent into apps and services

10,406 stars Java MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "copilot-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-copilot-sdk"
      ]
    }
  }
}