INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://deckpipe.dev/mcp
Connect to this endpoint to inspect the live schema for upload_image and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.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.