mcp-copilot-studio-server-generator
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards.
What it does
- 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
- NO reference types in tool inputs/outputs (filtered by Copilot Studio)
- Single type values only (not arrays of multiple types)
- Avoid enum inputs (interpreted as string, not enum)
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards.
Source
Repository: https://github.com/github/awesome-copilot
mcp-copilot-studio-server-generator FAQ
What does the mcp-copilot-studio-server-generator skill do?
Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support Implement x-ms-agentic-protocol: mcp-streamable-1.0 Support JSON-RPC 2.0 communication protocol
How do I install mcp-copilot-studio-server-generator?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill mcp-copilot-studio-server-generator --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain mcp-copilot-studio-server-generator?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-mcp-copilot-studio-server-generator?ref=badge) npx agentictools info skills/github-awesome-copilot-mcp-copilot-studio-server-generator The second line is the CLI lookup for this page — handy in READMEs and docs.