x51xxx/copilot-mcp-server
Overview
An MCP server connecting IDEs or AI assistants to GitHub Copilot CLI for code analysis, review, and batch processing.
Capabilities
- • prompt templates
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Best For
MCP server linking IDEs/AI assistants to GitHub Copilot CLI for code analysis, review, and batch processing.
Decision Snapshot
Install
available
Usage
available
Docs
1 links
Config
2 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 3
- • Forks: 1
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/18/2026
Installation / Setup
claude mcp add copilot-cli -- npx -y @trishchuk/copilot-mcp-server
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"copilot-mcp-server": {
"command": "npx",
"args": [
"-y",
"@trishchuk/copilot-mcp-server"
]
}
}
}Usage
"copilot-cli": { && "command": "npx", && "args": ["-y", "@trishchuk/copilot-mcp-server"] && }Features
- • ask copilot to analyze @src/main.ts and explain what it does
- • use copilot to summarize @. the current directory
- • analyze @package.json and list dependencies using copilot
- • prompt templates
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Use Cases
- • Supports capabilities such as: prompt templates; filesystem integration; github integration.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • prompt templates
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• "copilot-cli": { && "command": "npx", && "args": ["-y", "@trishchuk/copilot-mcp-server"] && }
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
sim-xia/skill-cortex-server
An MCP server enabling IDEs/CLIs to access Claude Code Skills capabilities, with features for skill discovery, indexing, and management.
kagan-sh/kagan
AI-powered Kanban TUI and MCP server for autonomous development workflows, orchestrating coding agents across task tracking, isolated git worktrees, review, and merge.
religa/multi-mcp
A Python tool for parallel multi-model code review, security analysis, and AI debate. Orchestrates LLMs like ChatGPT, Claude, and Gemini to compare outputs, build consensus, and perform OWASP Top 10 security checks.
spyrae/claude-concilium
Multi-agent AI consultation framework for Claude Code, featuring three MCP servers wrapping CLI tools (Codex, Gemini, Qwen) for parallel code review, problem-solving, fallback chains, and error detection. Includes a ready-to-use Claude Code skill.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.