A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub Copilot, Claude Code, and Codex CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"VikashLoomba/copilot-mcp"
]
}
}
}
Run in terminal:
claude mcp add copilot-mcp npx -y VikashLoomba/copilot-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"VikashLoomba/copilot-mcp"
]
}
}
}