/ 디렉터리 / 플레이그라운드 / copilot-mcp
● 커뮤니티 VikashLoomba ⚡ 바로 사용

copilot-mcp

제작: VikashLoomba · VikashLoomba/copilot-mcp

VSCode extension that discovers, installs, and manages MCP servers for GitHub Copilot, Claude Code, and Codex CLI — with optional remote Cloud MCP.

copilot-mcp (VikashLoomba) is a VSCode extension (not an MCP server itself) that bundles MCP server management, skills marketplace (skills.sh), and Cloud MCP (remote hosted servers). Useful for VSCode-centric workflows who want a UI over configs.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

copilot.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "copilot": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "copilot": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "copilot": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-mcp"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "copilot": {
      "command": "npx",
      "args": [
        "-y",
        "copilot-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "copilot",
      "command": "npx",
      "args": [
        "-y",
        "copilot-mcp"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "copilot": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "copilot-mcp"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add copilot -- npx -y copilot-mcp

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: copilot-mcp

Install MCP servers visually from VSCode with copilot-mcp

👤 VSCode users new to MCP ⏱ ~10 min beginner

언제 쓸까: You don't want to edit JSON configs by hand.

사전 조건
  • VSCode with the extension — Marketplace → search 'copilot-mcp' → install
흐름
  1. Browse servers
    Open copilot-mcp panel. Browse MCP servers by category.✓ 복사됨
    → Curated list with install buttons
  2. Install a couple
    Install the GitHub and Sentry MCPs. Provide tokens when prompted.✓ 복사됨
    → Installed and wired into the relevant AI tool(s)

결과: Working setup without hand-editing config.

Install agent skills from skills.sh marketplace

👤 Claude Code / Copilot users wanting pre-built skills ⏱ ~10 min beginner

언제 쓸까: You've seen a useful skill and want it in your editor without shell commands.

흐름
  1. Search skills
    In copilot-mcp, search skills.sh for 'code review'. Pick one.✓ 복사됨
    → Skills listed with descriptions
  2. Install agent-scoped
    Install for Claude Code only. Confirm it shows up as a command.✓ 복사됨
    → Skill available in Claude Code

결과: Rapid skill adoption.

함께 쓰기: claude-code

Use remote Cloud MCP without installing servers locally

👤 Users on locked-down machines ⏱ ~15 min intermediate

언제 쓸까: Corporate laptop can't run arbitrary npm packages; but you want MCP functionality.

사전 조건
  • Cloud MCP account — See extension docs
흐름
  1. Point at Cloud MCP
    In copilot-mcp settings, enable Cloud MCP and add the servers you want hosted remotely.✓ 복사됨
    → Tools available via cloud without local processes

결과: MCP on restricted devices.

조합

다른 MCP와 조합해 10배 효율

copilot + router

Discover with copilot-mcp, manage workspaces with MCP Router

Use copilot-mcp to install 5 new MCPs; then group them into workspaces in MCP Router.✓ 복사됨
copilot + claude-code

Install skills for Claude Code from skills.sh

Install the 'security-review' skill from skills.sh and run it on this repo.✓ 복사됨

비용 및 제한

운영 비용

API 쿼터
Cloud MCP has its own plan; local servers are free
호출당 토큰
N/A (extension itself)
금액
Free extension; Cloud MCP may have a paid tier
Prefer local servers unless you truly can't install them

보안

권한, 시크릿, 파급범위

자격 증명 저장: Credentials entered in the extension go to VSCode's secret storage
데이터 외부 송신: Cloud MCP egresses to its backend; local servers to their own targets

문제 해결

자주 발생하는 오류와 해결

Installed MCP doesn't show in Copilot/Claude Code

Some tools need an editor restart after MCP config changes

Token prompt loops

Clear the VSCode secret for that server, re-install

Cloud MCP latency high

Switch to a closer region in extension settings if available; otherwise prefer local

대안

copilot-mcp 다른 것과 비교

대안언제 쓰나단점/장점
MCP Router (desktop)You work across multiple clients not just VSCodeNo VSCode-native UI; no skills marketplace
Manual claude_desktop_config.jsonYou're a config puristNo marketplace UX

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기