Skip to main content
Back to registry

mcp-copilot-studio-server-generator

github/awesome-copilot

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.

Installs6
Install command
npx skills add https://github.com/github/awesome-copilot --skill mcp-copilot-studio-server-generator
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. Create a complete MCP server implementation that: Uses Copilot Studio MCP Pattern: Schema Compliance Requirements: MCP Components to Include: Implementation Structure: Generate: apiDefinition.swagger.json with: apiProperties.json with: script.csx with: MCP Server Code with: Individual Tools that: Deployment Configuration for: Ensure generated code: - 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 - Schema Compliance Requirements: - 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) - Use primitive types: string, number, integer, boolean, array, object - Ensure all endpoints return full URIs - MCP Components to Include: - Tools : Functions for the language model to call (✅ Supported in Copilot Studio) - Resources : File-like data outputs from tools (✅ Supported in Copilot Studio - must be tool outputs to be accessible) - Prompts :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does mcp-copilot-studio-server-generator do?

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.

Is mcp-copilot-studio-server-generator good?

mcp-copilot-studio-server-generator does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does mcp-copilot-studio-server-generator work with?

mcp-copilot-studio-server-generator currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to mcp-copilot-studio-server-generator?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install mcp-copilot-studio-server-generator?

npx skills add https://github.com/github/awesome-copilot --skill mcp-copilot-studio-server-generator

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering