copilot-mcp-server

copilot-mcp-server is a skill for Claude Code from Poorgramer-Zack/copilot-mcp-tool. It costs 21 tokens per session (1,465 once invoked), scanned A, original, MIT.

A connection to GitHub Copilot's development-assistance tools. It can provide coding help, debugging, explanations, architecture advice, and code reviews through Copilot models.

In plain words
What is it for?
Use it to ask Copilot coding questions, investigate bugs, explain code, or request a focused review of a code snippet.
Why use it?
It gives the coding agent access to a separate AI assistant for tasks such as understanding code or reviewing it for security, performance, maintainability, and common practices.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex.

Part of the copilot-flow plugin — 2 skills, 1 MCP server shipped together

Good fit Use it to ask Copilot coding questions, investigate bugs, explain code, or request a focused review of a code snippet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Poorgramer-Zack/copilot-mcp-tool --skill copilot-mcp-server
Clone the repo
git clone --depth 1 https://github.com/Poorgramer-Zack/copilot-mcp-tool

Made for: Claude Code.

Or install copilot-flow, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for copilot-mcp-server

README.md
[![agentmods](https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server/github.svg)](https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server)
Your own site
<a href="https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for copilot-mcp-server

Your own site · 80×15
<a href="https://agentmods.dev/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server"><img src="https://agentmods.dev/badge/skills/poorgramer-zack/copilot-mcp-tool/copilot-mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,465 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.01465
Opus 5 $0.00010 $0.00732
Sonnet 5 $0.00004 $0.00293
Haiku 4.5 $0.00002 $0.00146

Measured 10d ago against content hash 23a30f3b516f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

copilot-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/copilot-flow/skills/copilot-mcp-server/SKILL.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot MCP Server

When to use this skill:

  • When you need direct access to Copilot AI models for specific tasks
  • When you want to use Copilot's specialized tools (review, debug, explain, etc.)
  • When you need AI assistance outside of the copilot-flow workflow

Available MCP Tools

Core Tools

ask-copilot

General-purpose AI assistant for coding help, debugging, and architecture design.

mcp__plugin__copilot__ask-copilot(
  prompt="string",           // Required: The question or task for Copilot
  context="string",          // Optional: Additional context
  model="string",            // Optional: Specific model to use (default: claude-sonnet-4.6)
  allowAllTools=true/false   // Optional: Allow Copilot to use all available tools
)
copilot-review

Professional code review with focus on specific areas.

mcp__plugin__copilot__copilot-review(
  code="string",                      // Required: Code to review
  focusAreas=["security", "performance", "maintainability", "best-practices"]  // Optional: Specific areas to focus
)
copilot-explain

Get detailed explanations of code snippets.

mcp__plugin__copilot__copilot-explain(
  code="string",      // Required: Code to explain
  model="string"      // Optional: Model to use
)
copilot-debug

Debug errors in code with context-aware analysis.

mcp__plugin__copilot__copilot-debug(
  code="string",      // Required: Code with error
  error="string",     // Required: Error message
  context="string"    // Optional: Additional context
)
copilot-refactor

Get suggestions for code refactoring and improvements.

mcp__plugin__copilot__copilot-refactor(
  code="string",      // Required: Code to refactor
  goal="string"       // Required: Refactoring goal (e.g., "improve performance")
)
copilot-test-generate

Generate unit tests for existing code.

Read the full file on GitHub · 222 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 222 lines · 21 tokens per session scan A 23a30f3b516f

Subscribe to this mod's changes

copilot-mcp-server is a skill published in the GitHub repository Poorgramer-Zack/copilot-mcp-tool (8 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 1,465 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.