Skip to content
Grok

decaframe for Grok

com.decaframe/decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

client:Grok transport:stdio runtime:npm

Install decaframe in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "decaframe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "decaframe"
      ]
    }
  }
}

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

decaframe in other clients