๐ŸŽฏ

power-platform-mcp-connector-suite

๐ŸŽฏSkill

from github/awesome-copilot

VibeIndex|
What it does
|

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.json with x-ms-agentic-protocol: mcp-streamable-1.0, apiProperties.json, and script.csx for 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 /mcp endpoint 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)

power-platform-mcp-connector-suite

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill power-platform-mcp-connector-suite
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill power-platform-mcp-connector-suite
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/power-platform-mcp-connector-suite/SKILL.md

SKILL.md

6,855Installs
-
AddedFeb 25, 2026

More from this repository10

๐ŸŽฏ
git-commit๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
gh-cli๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
prd๐ŸŽฏSkill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

๐ŸŽฏ
refactor๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
excalidraw-diagram-generator๐ŸŽฏSkill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

๐ŸŽฏ
documentation-writer๐ŸŽฏSkill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

๐ŸŽฏ
chrome-devtools๐ŸŽฏSkill

Automates browser interactions, debugging, and performance analysis using Chrome DevTools for comprehensive web page inspection and control.

๐ŸŽฏ
java-springboot๐ŸŽฏSkill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

๐ŸŽฏ
web-design-reviewer๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
github-issues๐ŸŽฏSkill

Manages GitHub Issues through the GitHub API, enabling creation, searching, labeling, and triaging of issues directly from the coding environment.