power-platform-mcp-connector-suite
๐ฏSkillfrom github/awesome-copilot
Generates complete Power Platform custom connectors with MCP integration for use in Copilot Studio workflows.
Overview
Power Platform MCP Connector Suite is a skill that generates complete Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio. It creates all necessary files including the Swagger definition with MCP protocol headers, API properties, custom C# transformation scripts for JSON-RPC handling, and documentation, while ensuring compliance with Copilot Studio schema constraints.
Key Features
- Complete Connector Generation - Creates
apiDefinition.swagger.jsonwithx-ms-agentic-protocol: mcp-streamable-1.0,apiProperties.json, andscript.csxfor custom C# MCP JSON-RPC transformations - Copilot Studio Compliance - Validates schemas against Copilot Studio constraints: no reference types, single type values only, primitive types, and resources as tool outputs
- MCP Tool and Resource Support - Implements MCP tools that Copilot Studio LLM can call (with user approval) and resources as tool outputs, with preparation for future prompt support
- Built-in Troubleshooting - Includes validation checks and fixes for common issues like filtered tools, type errors, unavailable resources, and connection failures
- JSON-RPC 2.0 Integration - Configures POST
/mcpendpoint for standard JSON-RPC 2.0 communication between Copilot Studio and MCP servers
Who is this for?
This skill is for Power Platform developers and Copilot Studio builders who need to integrate external MCP servers with Microsoft's AI agent platform. It is especially valuable for enterprises building custom AI agent capabilities that combine Power Platform's connector ecosystem with MCP-compatible tool servers.
Same repository
github/awesome-copilot(224 items)
Installation
npx vibeindex add github/awesome-copilot --skill power-platform-mcp-connector-suitenpx skills add github/awesome-copilot --skill power-platform-mcp-connector-suite~/.claude/skills/power-platform-mcp-connector-suite/SKILL.mdSKILL.md
More from this repository10
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.
Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.