← deckpipe.dev
INDIVIDUAL MCP TOOL
get_slide_screenshot
Render a specific slide of an existing deck and return the PNG inline (base64) so you can see exactly what reviewers see.
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 endpoint
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
create_deck— Create a new slide deck.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.