configure-canvas-mcp

Solid

Configure the Canvas Authoring MCP server for Claude Code, VS Code Copilot, or GitHub Copilot CLI. USE WHEN "configure MCP", "set up MCP server", "MCP not working", "connect Canvas Apps MCP", "canvas-authoring not available", "MCP not configured", "set up canvas apps". DO NOT USE WHEN prerequisites are missing — direct the user to install .NET 10 SDK first.

AI & Automation 356 stars 67 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Configure the Canvas Authoring MCP Server This skill registers the Canvas Authoring MCP server with Claude Code, VS Code Copilot, or GitHub Copilot CLI using the user's Power Platform environment ID. ## Instructions ### 0. Check prerequisites Verify that .NET 10 SDK or higher is installed ```bash dotnet --list-sdks ``` If a version 10.x.y or higher is not listed, tell the user: > ⚠️ .NET 10 SDK is required to run the Canvas Authoring MCP server. It looks like you don't have it installed. Please install it first to use this skill. https://dotnet.microsoft.com/download/dotnet/10.0 Then wait for the user to install it before continuing. If they say it's installed, run the command again to confirm. If it's still not found, repeat the message until they have it installed. ### 1. Determine which tool to configure Determine whether the user needs to configure MCP for VS Code Copilot, GitHub Copilot CLI, or Claude Code: - If explicitly mentioned in prompt, use that. - Otherwise, determine which tool the user is running from the context. - Only if choosing based on the context is impossible, ask the user: > Which tool would you like to configure the Canvas Authoring (canvas-authoring) MCP server for? > 1. **VS Code Copilot** > 2. **GitHub Copilot CLI** > 3. **Claude** Based on the result, set the `TOOL_TYPE` variable to `vscode-copilot`, `copilot`, or `claude`. Store this for use in all subsequent steps. ### 2. Determine the MCP scope Choose the configuration scope bas...

Details

Author
microsoft
Repository
microsoft/power-platform-skills
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category