Skip to content
Zed

streamdeck mcp for Zed

io.github.verygoodplugins/streamdeck-mcp

MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions

client:Zed transport:stdio runtime:pypi

Install streamdeck mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "streamdeck-mcp": {
      "command": "uvx",
      "args": [
        "streamdeck-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

streamdeck mcp in other clients