Complete Power Platform custom connector generator with MCP integration, schema validation, and Copilot Studio compliance.
Works with
Generates four core files (apiDefinition.swagger.json, apiProperties.json, script.csx, readme.md) with built-in MCP protocol support and JSON-RPC 2.0 handling for Copilot Studio agents
Validates schemas against Copilot Studio constraints: no reference types, single type values only, primitive types, and resources as tool outputs
Supports six generation modes: com
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpower-platform-mcp-connector-suiteExecute the skills CLI command in your project's root directory to begin installation:
Fetches power-platform-mcp-connector-suite from github/awesome-copilot and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate power-platform-mcp-connector-suite. Access via /power-platform-mcp-connector-suite in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
28.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
28.7K
stars
Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio.
Currently Supported:
Not Yet Supported:
Create complete Power Platform connector with:
Core Files:
apiDefinition.swagger.json with x-ms-agentic-protocol: mcp-streamable-1.0apiProperties.json with connector metadata and authenticationscript.csx with custom C# transformations for MCP JSON-RPC handlingreadme.md with connector documentationMCP Integration:
/mcp endpoint for JSON-RPC 2.0 communicationValidate schemas for Copilot Studio compliance:
$ref) in tool inputs/outputs["string", "number"])Common issues and fixes:
x-ms-agentic-protocol headerGenerate all files for a new Power Platform MCP connector from scratch, including CLI validation setup.
Analyze and fix existing schemas for Copilot Studio compliance using paconn and validation tools.
Diagnose and resolve MCP integration issues with Copilot Studio using CLI debugging tools.
Add MCP capabilities to existing Power Platform connector with proper validation workflows.
Prepare connector for Microsoft certification submission with complete metadata and validation compliance.
Implement OAuth 2.0 authentication enhanced with MCP security best practices and advanced token validation.
1. apiDefinition.swagger.json
POST /mcp with proper protocol header2. apiProperties.json
iconBrandColor required)3. script.csx
4. Implementation guidance
x-ms-agentic-protocol: mcp-streamable-1.0 in MCP endpointpaconn validate --api-def apiDefinition.swagger.json passes without errorspac connector create/updateConnectorPackageValidator.ps1 runs successfullyMode: Complete New Connector
Connector Name: Customer Analytics MCP
Server Purpose: Customer data analysis and insights
Tools Needed:
- searchCustomers: Find customers by criteria
- getCustomerProfile: Retrieve detailed customer data
- analyzeCustomerTrends: Generate trend analysis
Resources:
- Customer profiles (JSON data)
- Analysis reports (structured data)
Authentication: oauth2
Host Environment: Azure Function
Target APIs: CRM REST API
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
github/awesome-copilot
github/awesome-copilot
anthropics/claude-code
mblode/agent-skills
leonxlnx/taste-skill
sickn33/antigravity-awesome-skills
I recommend power-platform-mcp-connector-suite for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: power-platform-mcp-connector-suite is focused, and the summary matches what you get after install.
Useful defaults in power-platform-mcp-connector-suite — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
power-platform-mcp-connector-suite fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
power-platform-mcp-connector-suite has been reliable in day-to-day use. Documentation quality is above average for community skills.
power-platform-mcp-connector-suite has been reliable in day-to-day use. Documentation quality is above average for community skills.
power-platform-mcp-connector-suite fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Keeps context tight: power-platform-mcp-connector-suite is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added power-platform-mcp-connector-suite from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
power-platform-mcp-connector-suite reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 65