CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install GitHub Copilot MCP in Claude Desktop

Connect GitHub Copilot's code intelligence to any MCP client β€” completions, explanations, and review

What GitHub Copilot MCP does

GitHub Copilot MCP brings GitHub's code AI directly into any MCP-compatible client. Use Copilot's code understanding, generation, and review capabilities from Claude Desktop, Cursor, or any agent framework. Features: - Code completions with full repository context - Natural language to code generation - Code explanation and documentation generation - Security vulnerability detection (Copilot Autofix) - PR review suggestions and quality checks - Test generation with edge cases - Code refactoring with explanation - Multi-file context awareness - Copilot Chat integration This is particularly powerful combined with the GitHub MCP server β€” one gives you repository access, the other gives you code intelligence. Together they enable autonomous code review, automated PR fixes, and intelligent code search. Requires GitHub Copilot subscription (Individual $10/month, Business $19/seat/month).

github-copilot
code
ai
completions
review

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "githubCopilotMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@github/copilot-mcp"
    ],
    "env": {
      "GITHUB_TOKEN": "ghp_...",
      "COPILOT_API_KEY": "your_key"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain GitHub Copilot MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/github-copilot-mcp)](https://curatedmcp.com/marketplace/github-copilot-mcp)

Related servers