← deckpipe.dev

INDIVIDUAL MCP TOOL

preview_slide

Render a single canvas slide without persisting anything.

deckpipe.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://deckpipe.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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

  • create_deck — Create a new slide deck and host it at a shareable viewer URL.
  • 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.