The MCP server that turns your agent into a deck builder
Connect heydecks over the Model Context Protocol and your assistant writes the slides while heydecks renders them on your brand. Free on every plan.
The heydecks MCP server is a set of deck tools any MCP-capable assistant can call. The host model writes every slide; heydecks persists the structured deck, applies your brand, and returns a live link, a PDF, and a native PPTX. Building over MCP costs zero credits.
The model writes, heydecks renders
heydecks never writes copy. Your assistant composes the deck through typed tools, so the content is yours and the design is consistent.
Zero credits over MCP
Building a deck through the MCP server is free on every plan. Iterate as often as the conversation needs.
On-brand by default
Extract your brand once and every deck the agent builds honors your colors, type, and logo through the Brand Kernel.
Three formats from one deck
Every deck is a live link, a pixel-perfect PDF, and an editable PowerPoint, all from the same render pipeline.
How it works.
- 1
Add the server to your host
Point Claude Desktop, Claude Code, Cursor, or any MCP host at https://heydecks.com/mcp with your token. It appears as a set of deck tools.
- 2
The agent discovers the slide types
It calls list_slide_templates to see every typed slide and its fields, then chooses the ones that fit the content.
- 3
It builds and publishes the deck
create_deck, add_slides, then publish_deck. heydecks applies your brand and returns the link, the PDF, and the PPTX.
{
"mcpServers": {
"heydecks": {
"url": "https://heydecks.com/mcp",
"headers": { "Authorization": "Bearer mcp_your_token" }
}
}
}