copilot-plugins
The official GitHub Copilot plugins collection — MCP servers, skills, hooks, and other extensibility tools for GitHub Copilot.
Links
README
From the repo.
copilot-plugins
The official GitHub Copilot plugins collection ✨
Extend the power of GitHub Copilot with MCP servers, skills, hooks, and other extensibility tools — all in one place.
🔌 What's Inside
- Skills — Reusable prompts and workflows for common tasks
- MCP Servers — Model Context Protocol servers that give Copilot new capabilities (coming soon)
- Hooks — Custom integrations and event-driven automations
- Extensibility Tools — Building blocks for creating your own plugins (coming soon)
🌐 External Plugins
This marketplace also references plugins hosted in other repositories:
-
Advanced Security — Access to GitHub Advanced Security capabilities such as dependency scanning and secret scanning.
-
Azure DevOps Copilot Plugin — Bring Azure DevOps work-item, repository, and pull-request workflows into GitHub Copilot.
-
Microsoft Skills for Fabric —
fabric-skills,powerbi-authoring. Skills and agents for Microsoft Fabric (Lakehouse, Warehouse, Power BI, Eventhouse, Eventstream, Dataflows, Spark). -
Microsoft C++ Language Server — Navigate and interact with your C++ code.
-
Power Platform Skills —
power-pages,model-apps,mcp-apps,canvas-apps,code-apps-preview,mobile-app,power-automate. Plugins for Power Platform development (Power Pages sites, model-driven and canvas apps, code apps, MCP App widgets, mobile apps, and Power Automate cloud flows).
🤝 Contributing
We'd love your contributions! Please read our Contributing Guide for details on how to submit pull requests.
📄 License
This project is licensed under the MIT License.
Collected info
- ★ 353 stars
- ⎇ 118 forks
- Language: PowerShell
- Source updated: 8/31/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.