← deckpipe.dev

INDIVIDUAL MCP TOOL

create_deck

Create a new slide deck.

deckpipe.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

deckpipe.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.deckpipe-dev]
url = "https://deckpipe.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deckpipe-dev": {
      "type": "http",
      "url": "https://deckpipe.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deckpipe-dev
Remote MCP URL: https://deckpipe.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "deckpipe-dev": {
      "url": "https://deckpipe.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deckpipe-dev": {
      "type": "http",
      "url": "https://deckpipe.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deckpipe-dev",
  "transport": "streamable-http",
  "url": "https://deckpipe.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • clone_deck — Duplicate an existing deck into a BRAND-NEW deck — the way to start from a template.
  • get_deck — Retrieve a deck by ID.
  • update_deck — Update an existing deck.
  • delete_deck — Delete a deck permanently.
  • upload_image — Host an image (PNG/JPG/WebP/GIF/SVG, max 10MB) and get back a URL for use in <img src> on a canvas slide.
  • search_images — Search Unsplash for stock photos.
  • list_layouts — Describe the slide layouts and deck-level customization fields.
  • list_comments — List comments on a deck.