Agent skill · AI & Agents

power-platform-mcp-connector-suite

Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill power-platform-mcp-connector-suite --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/power-platform-mcp-connector-suite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Power Platform MCP Connector Suite Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio. ## MCP Capabilities in Copilot Studio **Currently Supported:** - ✅ **Tools**: Functions that the LLM can call (with user approval) - ✅ **Resources**: File-like data that agents can read (must be tool outputs) **Not Yet Supported:** - ❌ **Prompts**: Pre-written templates (prepare for future support) ## Connector Generation Create complete Power Platform connector with: **Core Files:** - `apiDefinition.swagger.json` with `x-ms-agentic-protocol: mcp-streamable-1.0` - `apiProperties.json` with connector metadata and authentication - `script.csx` with custom C# transformations for MCP JSON-RPC handling - `readme.md` with connector documentation **MCP Integration:** - POST `/mcp` endpoint for JSON-RPC 2.0 communication - McpResponse and McpErrorResponse schema definitions - Copilot Studio constraint compliance (no reference types, single types) - Resource integration as tool outputs (Resources and Tools supported; Prompts not yet supported) ## Schema Validation & Troubleshooting **Validate schemas for Copilot Stu

What's inside
Steps it walks through
  1. MCP Capabilities in Copilot Studio
  2. Connector Generation
  3. Schema Validation & Troubleshooting
  4. Context Variables
  5. Generation Modes
  6. Mode 1: Complete New Connector
  7. Mode 2: Schema Validation
  8. Mode 3: Integration Troubleshooting
  9. Mode 4: Hybrid Connector
  10. Mode 5: Certification Preparation
  11. Mode 6: OAuth Security Hardening
  12. Expected Output
  13. Validation Checklist
  14. Technical Compliance
More from awesome-copilot
All skills →
About this skill
What does the power-platform-mcp-connector-suite skill do?

Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation

How do I install it?

Run `npx skills add github/awesome-copilot --skill power-platform-mcp-connector-suite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going