/ Diretório / Playground / copilot-mcp
● Comunidade VikashLoomba ⚡ Instantâneo

copilot-mcp

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

copilot.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: copilot-mcp

Install MCP servers visually from VSCode with copilot-mcp

👤 VSCode users new to MCP ⏱ ~10 min beginner

Quando usar: You don't want to edit JSON configs by hand.

Pré-requisitos
  • VSCode with the extension — Marketplace → search 'copilot-mcp' → install
Fluxo
  1. Browse servers
    Open copilot-mcp panel. Browse MCP servers by category.✓ Copiado
    → Curated list with install buttons
  2. Install a couple
    Install the GitHub and Sentry MCPs. Provide tokens when prompted.✓ Copiado
    → Installed and wired into the relevant AI tool(s)

Resultado: Working setup without hand-editing config.

Install agent skills from skills.sh marketplace

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

Quando usar: You've seen a useful skill and want it in your editor without shell commands.

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

Resultado: Rapid skill adoption.

Combine com: claude-code

Use remote Cloud MCP without installing servers locally

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

Quando usar: Corporate laptop can't run arbitrary npm packages; but you want MCP functionality.

Pré-requisitos
  • Cloud MCP account — See extension docs
Fluxo
  1. Point at Cloud MCP
    In copilot-mcp settings, enable Cloud MCP and add the servers you want hosted remotely.✓ Copiado
    → Tools available via cloud without local processes

Resultado: MCP on restricted devices.

Combinações

Combine com outros MCPs para 10× de alavancagem

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.✓ Copiado
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.✓ Copiado

Custo e limites

O que custa rodar

Cota de API
Cloud MCP has its own plan; local servers are free
Tokens por chamada
N/A (extension itself)
Monetário
Free extension; Cloud MCP may have a paid tier
Dica
Prefer local servers unless you truly can't install them

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Credentials entered in the extension go to VSCode's secret storage
Saída de dados: Cloud MCP egresses to its backend; local servers to their own targets

Solução de problemas

Erros comuns e correções

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

Alternativas

copilot-mcp vs. outros

AlternativaQuando usarTroca
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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills