VikashLoomba/copilot-mcp
A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub Copilot, Claude Code, and Codex CLI.
Platform-specific configuration:
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"copilot-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...