x51xxx/copilot-mcp-server
by Various
MCP server for GitHub Copilot CLI integration
MCP
x51xxx/copilot-mcp-server
Added 1 June 2026
Overview
An MCP server written in TypeScript that integrates GitHub Copilot CLI with the Model Context Protocol, enabling custom tool and resource interactions through the CLI. It provides a bridge for developers to extend Copilot's capabilities using MCP-compatible clients or workflows.
Best for
Best for
Developers experimenting with MCP-based extensions for GitHub Copilot CLI
Use cases
- Connect Copilot CLI to MCP-based agent frameworks
- Create custom Copilot workflows that call external MCP tools
- Prototype Copilot CLI integrations without building from scratch
How to use
Install
claude mcp add copilot-cli -- npx -y @trishchuk/copilot-mcp-server Tools exposed
askbatchreview
Tested with
Claude Desktop, Claude Code, Cursor, Continue, ChatGPT
Example client config
{\n "mcpServers": {\n "copilot-cli": {\n "command": "npx",\n "args": ["-y", "@trishchuk/copilot-mcp-server"],\n "env": {\n "COPILOT_MODEL": "claude-sonnet-4.5"\n }\n }\n }\n} Notes
An MCP server written in TypeScript that integrates GitHub Copilot CLI with the Model Context Protocol, enabling custom tool and resource interactions through the CLI. It provides a bridge for developers to extend Copilot’s capabilities using MCP-compatible clients or workflows.
3 stars on GitHub. Last updated 2025-12-02. Licensed MIT.
Use cases
- Connect Copilot CLI to MCP-based agent frameworks
- Create custom Copilot workflows that call external MCP tools
- Prototype Copilot CLI integrations without building from scratch
Pros
- Open source and freely available on GitHub
- Written in TypeScript with typed interfaces
- Solves a specific integration gap between Copilot CLI and MCP
Cons
- Very low star count indicates minimal community adoption or testing
- No documented usage examples or project maturity indicators
- Relies on Copilot CLI’s experimental features which may change
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and freely available on GitHub
- Written in TypeScript with typed interfaces
- Solves a specific integration gap between Copilot CLI and MCP
Cons
- Very low star count indicates minimal community adoption or testing
- No documented usage examples or project maturity indicators
- Relies on Copilot CLI's experimental features which may change
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.