streamdeck-mcp
This server enables AI agents to programmatically build, configure, and manage Elgato Stream Deck profiles without manually using the Elgato desktop app. Key capabilities include:
Read profiles: List all Stream Deck profiles, device metadata, and page directories from ProfilesV3/V2 installations.
Read a profile page: Inspect existing button layouts, retrieve simplified button details, and access raw action objects for reuse.
Write/create a profile page: Create or update pages with fully configured buttons, dials, icons, titles, colors, encoder layouts, and touch-strip backgrounds. Safely quits the Elgato app before writing to prevent data loss.
Generate icons: Render 72×72 button PNGs or 200×100 touch-strip PNGs from ~7,400 bundled Material Design Icons or text labels, with control over colors, scale, and transparency. Supports batch generation for full decks in one call.
Create shell script actions: Write executable shell scripts to
~/StreamDeckScripts/and return a native Stream Deck "Open" action block to wire to a button.Discover installed plugins: Find installed Stream Deck plugins and their declared actions to aid in synthesizing new configurations.
Restart the Stream Deck app: Relaunch the macOS Elgato Stream Deck desktop app after profile edits so changes appear on the hardware.
Install the bundled MCP plugin: Install a minimal plugin that enables durable encoder/dial imagery and touch-strip backgrounds that survive app restarts.
Enables agents to build and reconfigure real Elgato Stream Deck profiles, including buttons, icons, dials, touch-strips, and shell scripts.
Allows creating shortcuts to GitHub PRs, CI workflows, and repository actions for a Stream Deck.
Allows discovering Home Assistant entities and creating scenes, lights, and media controls for a Stream Deck.
Provides offline generation of button and touch-strip icons from the bundled Material Design Icons library.
Allows creating Slack control boards with channel jumps, status toggles, read-all controls, and dials for a Stream Deck.
Allows creating Spotify media controls and dials for a Stream Deck.
Allows creating Twitch streaming controls and integrations for a Stream Deck.
Allows creating Zoom meeting controls and shortcuts for a Stream Deck.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@streamdeck-mcpMake me a Slack control board for my Stream Deck XL."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tell your AI what Stream Deck you want. Get back a polished profile with buttons, icons, colors, dials, touch-strip art, and the shell scripts behind it. Stream Deck MCP writes the same profile format the Elgato desktop app already uses, so agents can author real local decks without making you build a Stream Deck plugin first.
It works with Claude Desktop, Claude Code, Cursor, Codex, and any MCP client that can launch a stdio server.
Quick Start
Claude Code:
claude mcp add streamdeck -- uvx streamdeck-mcpClaude Desktop, Cursor, Codex, and other MCP clients can use the same command:
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["streamdeck-mcp"]
}
}
}Then ask your agent for a deck:
Make me a Slack control board for my Stream Deck + XL.
For Claude Code, install the bundled designer skill for better layout, palette, hardware, and plugin-action guidance:
uvx --from streamdeck-mcp streamdeck-mcp-install-skillRelated MCP server: Genesys MCP
Demo
Features
Profile-native authoring - reads and writes Elgato
ProfilesV3files directly, withProfilesV2fallback for older installs.Hardware inventory - discovers profile pages, device model names, key geometry, dials, and touch-strip support before writing.
Configured action search -
streamdeck_find_actionsscans existing profiles/pages for paste-ready plugin buttons and dials (including protected first-party Elgato plugins configured in the app).Installed plugin discovery - scans readable Stream Deck plugin manifests with
streamdeck_read_pluginsso agents can find plugin and action UUIDs when synthesizing new actions.Configured plugin action reuse - prefers copying existing actions via
find_actionsorstreamdeck_read_page'sbutton.rawso private Property Inspector settings stay intact.Offline icon generation - renders button and touch-strip PNGs from about 7,400 bundled Material Design Icons, or from short text labels.
Script-backed automations - creates executable shell scripts in
~/StreamDeckScripts/and wires them to Stream Deck Open actions when no plugin action fits.Dial and touch-strip support - installs a minimal bundled Stream Deck plugin when needed so encoder imagery survives app restarts.
Safe write cycle - guards against the Elgato app overwriting manifest edits by enforcing a quit, write, relaunch workflow.
Agentic Workflows
The point is not generic buttons. Prefer reusing actions the user already configured in the Stream Deck app (Hue, OBS, Home Assistant, Spotify plugins, etc.), then compose them onto a themed page. When your agent also has Slack, Home Assistant, OBS, GitHub, Hue, Spotify, or other MCP servers loaded, it can query those systems to pick the right entities — and still wire the deck through native plugin actions when available, falling back to scripts only when needed.
Try prompts like:
"Make me a control board for Slack." Query channels, status, and unread state; create channel jumps, status toggles, read-all controls, and dials.
"A hello-kitty-themed Home Assistant dashboard for the living room." Find existing HA plugin buttons with
streamdeck_find_actions, then lay them out with a matching visual style — or discover living-room entities via MCP and synthesize/scripts when nothing is configured yet."OBS control panel based on my actual scenes and audio inputs." Reuse configured OBS plugin actions when present; otherwise read scenes/sources and write scene switches, source toggles, and per-input dial controls.
"A dev deck for this repo in Nordic colors." Read project scripts and GitHub context; create local command buttons, PR links, and CI shortcuts.
"A Friday demo deck." Compose across Zoom, Slack, Hue, and screen recording by finding configured plugin actions first, then generating local scripts for the gaps.
Iteration is cheap: change the prompt, rerun the authoring flow, and get a new profile.
Install
The packaged entrypoint is streamdeck-mcp, run through uvx.
Cursor
Or paste into ~/.cursor/mcp.json:
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["streamdeck-mcp"]
}
}
}Claude Desktop
Paste into ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows, then restart Claude Desktop:
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["streamdeck-mcp"]
}
}
}Claude Code
claude mcp add streamdeck -- uvx streamdeck-mcpOpenAI Codex
Add to ~/.codex/config.toml:
[mcp_servers.streamdeck]
command = "uvx"
args = ["streamdeck-mcp"]Other MCP Clients
Anything that speaks MCP over stdio works the same way: point it at uvx streamdeck-mcp.
Linux and Headless Setups
The default profile writer targets the Elgato Stream Deck desktop app, which is available on macOS and Windows. On Linux, headless machines, or setups where you want the MCP server to own the hardware directly, use the legacy USB server:
uvx --from streamdeck-mcp streamdeck-mcp-usbClient config shape:
{
"mcpServers": {
"streamdeck": {
"command": "uvx",
"args": ["--from", "streamdeck-mcp", "streamdeck-mcp-usb"]
}
}
}Tools
Tool | What it does |
| Searches configured buttons/dials across profiles and returns paste-ready native |
| Lists installed Stream Deck plugins and declared actions from readable plugin manifests. Protected or binary manifests are reported with diagnostics instead of failing the whole catalog. |
| Lists desktop profiles, device metadata, page directories, and active profile roots from |
| Reads a page manifest and returns simplified button details plus raw native action objects. |
| Creates or rewrites a page manifest. Prefer |
| Generates button or touch-strip PNGs from Material Design Icons or text. Icons are bundled offline; unknown names return close-match suggestions. |
| Creates an executable shell script in |
| Restarts the macOS Stream Deck desktop app after profile changes. |
| Installs the bundled streamdeck-mcp Stream Deck plugin used for durable encoder imagery. Usually auto-installed by |
Prompt support:
Prompt | What it does |
| Gives non-skill-aware MCP clients a condensed deck-design briefing before the user describes the deck they want. |
streamdeck-designer Skill
Stream Deck MCP ships with an Agent Skill for Claude Code that teaches the agent how to plan, theme, and author full decks end to end.
Install it with:
uvx --from streamdeck-mcp streamdeck-mcp-install-skillThe skill is copied to ~/.claude/skills/streamdeck-designer/. Restart Claude Code or start a new session after installing it. Re-run with --force to upgrade after a package update.
The skill covers:
Hardware inventory and model-specific layout planning.
Theme palettes, typography strategy, and icon-color guidance.
Dial and touch-strip authoring for Stream Deck + and + XL devices.
Integration recipes for Hue, OBS, Spotify, Home Assistant, Twitch, shell commands, and browser workflows.
Existing plugin action reuse through
streamdeck_find_actionsandstreamdeck_read_page/button.raw.
Clients that do not load Claude Code skills can invoke the design_streamdeck_deck MCP prompt instead.
Development
git clone https://github.com/verygoodplugins/streamdeck-mcp.git
cd streamdeck-mcp
uv venv && uv pip install -e ".[dev]"
uv run pytest tests/ -v
uv run ruff check .To audit this repo against the shared Very Good Plugins MCP standards:
../mcp-ecosystem/scripts/audit-server.sh .Authoring Notes
ProfilesV3is preferred when present.ProfilesV2is still supported, but existing pages should be targeted bydirectory_idorpage_indexbecause Elgato uses opaque directory names there.The Elgato desktop app keeps profiles in memory and can overwrite on-disk manifest edits when it quits.
streamdeck_write_pageraisesStreamDeckAppRunningErrorwhen the app is running andauto_quit_appis not set.On macOS, pass
auto_quit_app: trueto quit the app before writing, then callstreamdeck_restart_appwhen done. On Windows, quit and relaunch the Elgato app manually.Set
STREAMDECK_APP_PATHif your Elgato app is not installed at/Applications/Elgato Stream Deck.app.Generated icons live in
~/.streamdeck-mcp/generated-icons/. Generated shell scripts live in~/StreamDeckScripts/.
Legacy USB Mode
The original USB-direct server is preserved for backwards compatibility. It exposes direct hardware tools:
streamdeck_list_devices, streamdeck_connect, streamdeck_info, streamdeck_set_button, streamdeck_set_buttons, streamdeck_clear_button, streamdeck_get_button, streamdeck_clear_all, streamdeck_set_brightness, streamdeck_create_page, streamdeck_switch_page, streamdeck_list_pages, streamdeck_delete_page, streamdeck_disconnect.
When multiple decks are attached, call streamdeck_list_devices first, then pass the desired serial to streamdeck_connect. Omitting serial preserves the legacy behavior of opening the first enumerated deck.
Run it with:
uvx --from streamdeck-mcp streamdeck-mcp-usbSupport
Built by Very Good Plugins.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceMCP server for the UnClick agent platform, providing native endpoint tools for browser automation and AI agent workflows.Last updated1004AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to interact with Genesys Cloud platform through MCP tools, resources, and prompts, supporting queues, conversations, users, presence, and analytics with production-ready features like Streamable HTTP and per-request authentication.Last updated1MIT
- Alicense-qualityDmaintenanceAutomates routine DevOps tasks like Jenkins builds and GitLab merge requests through the MCP protocol, simplifying daily operations.Last updated661MIT
- Alicense-qualityCmaintenanceEnables to use Front from any MCP-compatible client. Search conversations, manage contacts, send messages, tag, assign, and automate inbox workflows with 26 tools and 172 actions.Last updated631MIT
Related MCP Connectors
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jack-arturo/streamdeck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server