This repository is a Codex plugin marketplace containing a Codex-compatible Canvas Apps plugin.
.
├─ .agents/
│ └─ plugins/
│ └─ marketplace.json
└─ plugins/
└─ canvas-apps-codex/
├─ .codex-plugin/
│ └─ plugin.json
├─ .mcp.json
├─ AGENTS.md
├─ README.md
├─ skills/
├─ agents/
└─ references/
The .agents/plugins/marketplace.json file tells Codex where the plugin lives inside this repo. The actual plugin is under plugins/canvas-apps-codex/.
Add the published marketplace repository to Codex:
codex plugin marketplace add https://github.com/justdevcode/codex-power-platform-plugins.git --ref mainAdding the marketplace only makes the plugin available. You still need to install the plugin before its skills and MCP server are available in Codex.
Start Codex and run the plugins command:
/plugins
In the plugins view:
- Find the Power Platform Plugins marketplace.
- Select Canvas Apps for Codex.
- Install the plugin.
After installation, restart Codex if prompted.
After installing the plugin:
/mcp
Confirm canvas-authoring is listed.
Then run:
$configure-canvas-mcp
Open the target Canvas App in Power Apps Studio, then provide the Power Apps Studio URL when prompted.
The plugin is adapted from Microsoft's Power Platform skills repository:
https://github.com/microsoft/power-platform-skills/tree/main/plugins/canvas-apps
It also references the earlier Codex port by Ratnam Mishra:
https://github.com/Ratnam-Mishra/canvas-apps-plugin-codex
This repository is not an official Microsoft release.