copilot-mcp
A powerful VS Code extension that lets you discover, install, and manage open-source MCP servers and agent skills from one place.
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
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.