mcpserver-copilot-plugin

sharpninja/mcpserver-copilot-plugin
★ 0 stars Shell 🔌 API Integration Updated 1d ago
GitHub Copilot MCP server plugin
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver-copilot-pl": {
      "command": "npx",
      "args": [
        "-y",
        "sharpninja/mcpserver-copilot-plugin"
      ]
    }
  }
}