Decky Plugin Studio
FreeNot checkedMCP server for Decky Loader plugin development, providing tools to build, deploy, debug, and capture screenshots/recordings on a Steam Deck via commands like de
About
MCP server for Decky Loader plugin development, providing tools to build, deploy, debug, and capture screenshots/recordings on a Steam Deck via commands like deck.deploy and deck.captureScreenshot.
README
VS Code / Cursor extension for Decky Loader plugin development: live in-IDE QAM preview, MCP tools for build/deploy/debug on a real Steam Deck, composited screenshots and screen recordings, and an agent pack for your plugin repo.
Live preview is very much beta. It is great for fast UI and RPC iteration, but focus, layout, Steam Input, and gamescope compositing still need on-device QA. See Preview limitations.
What you get
| Feature | What it does |
|---|---|
| Live preview | QAM-sized webview with HMR, virtual gamepad, hardware simulator, Python sidecar for real main.py RPC |
| MCP tools | Agents and commands for deck.deploy, deck.captureScreenshot, deck.record, preview suite, tunnel/ingest |
| Composited capture | Screenshots and recordings that include QAM + your plugin UI (not raw game-only kmsgrab) |
| Init Pack | Drops AGENTS.md, Cursor/VS Code MCP config, skills, and optional scripts/ into your plugin repo |
| Create New Plugin | Clones decky-plugin-template, renames boilerplate, runs Init Pack |
Install
- Download the latest
.vsixfrom GitHub Releases - Extensions → … → Install from VSIX…
- Reload the editor
The status bar (bottom-right) shows the installed version, preview/tunnel state, and ingest count.
Quick start
1. Open a plugin workspace
Any folder with plugin.json and main.py. This repo includes example-plugin/ for smoke testing.
2. Configure your Deck (remote dev)
Use MCP deck.configure or create .env in your plugin repo:
DECK_IP=192.168.x.x
DECK_USER=deck
Deck credentials are also stored under ~/.config/decky-plugin-studio/deck.env when using MCP configure.
3. Init Pack
Command Palette → Decky: Init Pack
Copies agent guidance, MCP config, skills, and optional scripts (record-deck, screenshot-deck, preview suite).
4. Open preview (beta)
Command Palette → Decky: Open Preview
- Edit
src/→ Vite HMR in the QAM frame - Edit
main.py→ Python sidecar restarts with preserved state
Do not ship based on preview alone — deploy to a Deck for focus and layout bugs.
5. Day-to-day loop
preview (fast UI) → plugin.build → deck.deploy → on-device QA
| Task | How |
|---|---|
| Build plugin zip | MCP plugin.build or your pnpm run build |
| Deploy to Deck | MCP deck.deploy or Decky: Deploy to Deck |
| Screenshot (QAM + plugin) | MCP deck.captureScreenshot — open QAM + plugin first |
| Screen recording | MCP deck.record — open QAM + plugin before/during capture |
| Debug logs from Deck | deck.startTunnel → deck.probeIngest / deck.tailIngest |
| Agent automation | See MCP tools |
Artifacts land in your plugin workspace: screenshots/, recordings/.
6. MCP in Cursor / VS Code
After Init Pack, your plugin repo’s mcp.json points at the extension’s MCP server. Tools are documented in docs/MCP_TOOLS.md.
Example agent flows:
deck.configure→plugin.build→deck.deploy→deck.captureScreenshotpreview.start→preview.runSequencefor smoke testsdeck.recordwith{ seconds: 15, mode: "game", quality: "compressed" }
Capture prerequisites
For game mode screenshots and recordings:
- Deploy your plugin (
deck.deploy) - Open QAM on the Deck
- Open your plugin panel and keep it visible during capture
Recordings use composited pipewire-gamescope (game) or wf-recorder (desktop). They fail closed if only game-plane capture would succeed — unless you pass allowNonPluginUi: true.
Optional: deck.installCaptureHelper installs studio-record / studio-capture to ~/.local/bin on the Deck.
Developing this extension
- Branch model: feature work on
develop→ merge tomainwith a version bump inextension/package.json→ CI publishes a GitHub Release + VSIX - Build locally: docs/DEVELOPMENT.md
More documentation
- MCP tools reference
- Preview limitations — beta preview vs on-device QA
- Consumer sync (bonsAI & other plugins)
- Device QA runbook
License
Installing Decky Plugin Studio
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/qd313/decky-plugin-studioFAQ
Is Decky Plugin Studio MCP free?
Yes, Decky Plugin Studio MCP is free — one-click install via Unyly at no cost.
Does Decky Plugin Studio need an API key?
No, Decky Plugin Studio runs without API keys or environment variables.
Is Decky Plugin Studio hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Decky Plugin Studio in Claude Desktop, Claude Code or Cursor?
Open Decky Plugin Studio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Decky Plugin Studio with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
