> ## Documentation Index
> Fetch the complete documentation index at: https://docs.decky-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Decky AI MCP Server

> Generate complete, professionally designed PowerPoint decks from a text brief — directly inside Claude, Cursor, and any MCP client.

Decky AI's MCP server turns any MCP-compatible AI assistant into a PowerPoint deck generator. Describe what you want in plain language and get back a polished `.pptx` file — no slides app required.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Connect Claude, Cursor, or any MCP client in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Sign in with OAuth (no API key) or use a platform API key.
  </Card>

  <Card title="Tool reference" icon="wrench" href="/tools">
    Every tool the assistant can call on your behalf.
  </Card>

  <Card title="Brand templates" icon="palette" href="/brand-templates">
    Apply your own colors, fonts, and layouts to every deck.
  </Card>
</CardGroup>

## Server URL

<CodeGroup>
  ```text Server URL theme={null}
  https://mcp.decky-ai.com/mcp
  ```
</CodeGroup>

## What you can do

| Say something like                                | What happens                          | Cost               |
| ------------------------------------------------- | ------------------------------------- | ------------------ |
| "Create a 10-slide deck about our Q3 results"     | Generates a complete PowerPoint deck  | 10 credits / slide |
| "Make a 15-slide investor deck on climate tech"   | Full deck with layout and copy        | 150 credits        |
| "Use my company template and build a sales pitch" | Same, with your uploaded brand design | 10 credits / slide |
| "How many credits do I have left?"                | Shows your balance and plan           | Free               |

<Note>
  Generation takes a few minutes. Your AI client polls automatically — you just wait for the download link.
</Note>

## How it works

<Steps>
  <Step title="You describe the deck">
    Tell the assistant the topic, audience, tone, and slide count.
  </Step>

  <Step title="The assistant calls create_deck">
    Credits are reserved upfront. Unused credits are always refunded.
  </Step>

  <Step title="Decky generates in the background">
    A complete PowerPoint is built slide by slide (typically a few minutes).
  </Step>

  <Step title="The assistant polls get_deck_status">
    It waits until the job status is `succeeded`.
  </Step>

  <Step title="You get a download link">
    A ready-to-open `.pptx` file, retained for 30 days.
  </Step>
</Steps>

## Connection options

| Client              | Auth method        | Best for                    |
| ------------------- | ------------------ | --------------------------- |
| Claude.ai web       | OAuth — no API key | Quick start, non-developers |
| Claude Desktop      | API key            | Regular desktop users       |
| Claude Code         | API key            | Developers / automation     |
| Cursor              | API key            | Developers                  |
| Any MCP HTTP client | API key            | Custom integrations         |

<Card title="Get started in 5 minutes" icon="arrow-right" href="/quickstart" horizontal>
  Pick your client and connect Decky AI now.
</Card>
