Back to MCP Servers
Copilot
MCP server that connects your IDE or AI assistant to GitHub Copilot CLI for code analysis, review, and batch processing
coding-agentsgithubai
By x51xxx
Installation
npx -y copilot-mcp-serverConfiguration
{
"mcpServers": {
"copilot-mcp-server": {
"command": "npx",
"args": ["-y", "copilot-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes