Productivity|Development|AI / ML|CloudTypeScript

copilot-mcp

A powerful VS Code extension that lets you discover, install, and manage open-source MCP servers and agent skills from one place.

Free
N/A rating (0 reviews)0 installs484 GitHub stars
VSCodeMCPAgent Skills

This extension allows users to connect and manage multiple MCP servers via an intuitive UI, discover and install skills from skills.sh, and manage installed skills with agent-level controls. It also integrates with Claude, Codex, and Copilot, exposing MCP tools directly to agents.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "copilot-mcp-1": {
      "args": [
        "-y",
        "copilot-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.