MCP server for Elgato Stream Deck control β set buttons, manage pages, wire actions
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Stream Deck MCP lets agents build and reconfigure real Elgato Stream Deck profiles.
Quick Start Β· Demo Β· Features Β· Tools Β· Development
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.
Claude Code:
Claude Desktop, Cursor, Codex, and other MCP clients can use the same command:
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:
Product trailer generated with Remotion, showing hardware inventory, plugin discovery, configured action reuse, and a final Stream Deck + XL reveal.
ProfilesV3 files directly, with ProfilesV2 fallback for older installs.streamdeck_find_actions scans existing profiles/pages for paste-ready plugin buttons and dials (including protected first-party Elgato plugins configured in the app).streamdeck_read_plugins so agents can find plugin and action UUIDs when synthesizing new actions.find_actions or streamdeck_read_page's button.raw so private Property Inspector settings stay intact.~/StreamDeckScripts/ and wires them to Stream Deck Open actions when no plugin action fits.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:
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.Iteration is cheap: change the prompt, rerun the authoring flow, and get a new profile.
The packaged entrypoint is streamdeck-mcp, run through uvx.
Or paste into ~/.cursor/mcp.json:
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:
Add to ~/.codex/config.toml:
Anything that speaks MCP over stdio works the same way: point it at uvx streamdeck-mcp.
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:
Client config shape:
| Tool | What it does |
|---|---|
streamdeck_find_actions | Searches configured buttons/dials across profiles and returns paste-ready native action objects for streamdeck_write_page. |
streamdeck_read_plugins | 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. |
streamdeck_read_profiles | Lists desktop profiles, device metadata, page directories, and active profile roots from ProfilesV3 or ProfilesV2. |
streamdeck_read_page | Reads a page manifest and returns simplified button details plus raw native action objects. |
streamdeck_write_page | Creates or rewrites a page manifest. Prefer action from find_actions / button.raw when reusing configured third-party plugin actions. |
streamdeck_create_icon | Generates button or touch-strip PNGs from Material Design Icons or text. Icons are bundled offline; unknown names return close-match suggestions. |
streamdeck_create_action | Creates an executable shell script in ~/StreamDeckScripts/ and returns an Open action block. |
streamdeck_restart_app | Restarts the macOS Stream Deck desktop app after profile changes. |
streamdeck_install_mcp_plugin | Installs the bundled streamdeck-mcp Stream Deck plugin used for durable encoder imagery. Usually auto-installed by streamdeck_write_page. |
Prompt support:
| Prompt | What it does |
|---|---|
design_streamdeck_deck | Gives non-skill-aware MCP clients a condensed deck-design briefing before the user describes the deck they want. |
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:
The 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:
streamdeck_find_actions and streamdeck_read_page / button.raw.Clients that do not load Claude Code skills can invoke the design_streamdeck_deck MCP prompt instead.
To audit this repo against the shared Very Good Plugins MCP standards:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/streamdeck-mcp)<a href="https://allmcps.com/mcp/streamdeck-mcp"><img src="https://allmcps.com/api/badge/streamdeck-mcp?style=directory" alt="Streamdeck MCP on AllMCPs" /></a>