mcp-copilot-studio-server-generator
Installation
Summary
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards.
- Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with
x-ms-agentic-protocol: mcp-streamable-1.0support - Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility
- Generates JSON-RPC 2.0 compliant tools, resources (as tool outputs), and streamable HTTP endpoints at
/mcpwith proper error handling - Includes validation checklist and deployment configuration for Power Platform environments and Copilot Studio agent integration
SKILL.md
Power Platform MCP Connector Generator
Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support.
Instructions
Create a complete MCP server implementation that:
- Uses Copilot Studio MCP Pattern:
- Implement
x-ms-agentic-protocol: mcp-streamable-1.0 - Support JSON-RPC 2.0 communication protocol
- Provide streamable HTTP endpoint at
/mcp - Follow Power Platform connector structure
- Implement