Skip to content
Grok

streamdeck mcp for Grok

io.github.verygoodplugins/streamdeck-mcp

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

client:Grok transport:stdio runtime:pypi

Install streamdeck mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "streamdeck-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "streamdeck-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

streamdeck mcp in other clients