# Presentation Maker MCP

Canonical URL: https://huecki.com/en/tools/presentation-maker-mcp-en/
Markdown URL: https://huecki.com/en/tools/presentation-maker-mcp-en.md
Language: English
Published: 2026-06-22
Updated: 2026-06-22
Author: Dominic Hückmann
Category: MCP
Status: Experimental
- Agent topics: mcp
- Tags: MCP, Presentations, HTML Decks, Agentic Platform
Content status: reference
Repository: https://github.com/DomEscobar/agentic-platform/tree/main/tools/presentation-maker-mcp

## Summary

Presentation Maker MCP builds browser-ready decks from briefs. It combines slide structure, speaker notes, keyboard navigation, and exportable HTML artifacts.

## Description

An MCP server for self-paced learning and stakeholder decks as standalone HTML artifacts.

## Body

This MCP is for presentations that should survive as reusable artifacts.

## MCP tools

```txt
get_presentation_guidelines
create_presentation_html
render_presentation_html
validate_presentation_html
export_presentation
```

## Use it for

- self-paced learning decks
- stakeholder presentations
- workshop material
- reusable HTML decks with notes and structure

## Local run

```bash
npm run mcp
npm test
```

## Output principle

A deck contains more than slides: intent, audience, structure, and slide notes travel with the artifact. That lets an agent continue the work later without only pushing pixels around.
