← deckpipe.dev

INDIVIDUAL MCP TOOL

create_deck

Create a new slide deck and host it at a shareable viewer URL.

deckpipe.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://deckpipe.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_deck and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

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]
url = "https://deckpipe.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: deckpipe
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": {
      "url": "https://deckpipe.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "deckpipe",
  "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.