← Discover MCPs and Agents
c
MCPOtherMCP Registry

com.decaframe/decaframe

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

Links

README

From the repo.

decaframe

Agents author. Humans edit. The frame lints.

decaframe is an MCP server that lets an AI agent write presentations, reports and one-pagers as visual documents, a WYSIWYG editor a person opens on the same file, and an export to one HTML file that opens anywhere. This repository holds the documentation and the agent skill. The product is the decaframe package on npm.

It runs on your computer. Your agent starts it as a program, so it works wherever an agent can start one — the Claude and ChatGPT desktop apps, LM Studio, Cursor, Codex and twenty more — and not on a website or a phone.

  • Install, for your agent: decaframe.com/install · docs/install.md
  • Everything else: docs/
  • The package: npm install -g decaframe
  • The skill, for about eighty agents: npx skills add decaframe/decaframe
  • Claude Code and the Claude desktop app: /plugin marketplace add decaframe/decaframe then /plugin install decaframe@decaframe
  • The ChatGPT desktop app: Settings › Plugins › Add › Add marketplace, source decaframe/decaframe, then install it from the Marketplace tab
  • Codex: codex plugin marketplace add decaframe/decaframe then codex plugin add decaframe@decaframe

decaframe is commercial software. The package licence is in the package; the text in this repository is © 2026 decaframe, all rights reserved, and may be read and installed as a skill but not otherwise copied.

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.