deckrun-free
Integrates with GitHub Copilot in VS Code to generate PDF slide decks from Markdown.
Works with Google Antigravity to produce PDF slide decks from Markdown.
Supports generating PDF slide decks from Markdown via the OpenAI Codex CLI.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@deckrun-freeCreate a 6-slide deck on quantum computing basics."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deckrun Free — MCP Server
Generate PDF slide decks from Markdown using any MCP-compatible AI client. Free. No authentication required.
API:
https://free.agenticdecks.com/free/generateMax: 10 slides, 50 KB Markdown
Output: Public PDF URL, valid 90 days
Install
Via Smithery (easiest — auto-configures your client)
# Claude Desktop
npx @smithery/cli install @agenticdecks/deckrun-free --client claude
# Cursor
npx @smithery/cli install @agenticdecks/deckrun-free --client cursor
# VS Code (GitHub Copilot)
npx @smithery/cli install @agenticdecks/deckrun-free --client vscode
# OpenAI Codex CLI
npx @smithery/cli install @agenticdecks/deckrun-free --client codexServer page: https://smithery.ai/servers/agenticdecks/deckrun-free
Google Antigravity
Add to ~/.gemini/antigravity/mcp_config.json (no local Python install needed):
{
"mcpServers": {
"deckrun-free": {
"serverUrl": "https://free.agenticdecks.com/mcp/"
}
}
}Manual install
pip install mcp requestsRelated MCP server: PPTX Generator MCP Server
Manual Setup
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"deckrun-free": {
"command": "python",
"args": ["/path/to/deckrun_mcp_server.py"]
}
}
}Restart Claude Desktop. Then ask: "Create a 6-slide deck on quantum computing."
Cursor
Edit .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"deckrun-free": {
"command": "python",
"args": ["/path/to/deckrun_mcp_server.py"]
}
}
}VS Code (GitHub Copilot)
In .vscode/settings.json:
{
"github.copilot.chat.mcp.servers": {
"deckrun-free": {
"command": "python",
"args": ["/path/to/deckrun_mcp_server.py"]
}
}
}Tools
Tool | Description |
| Fetches live Deckrun slide format spec. Call this first. |
| Converts Deckrun Markdown to PDF. Returns |
Resources
URI | Content |
| OpenClaw/ClawHub skill YAML for agent registries |
| Live OpenAPI spec for |
How it works
Claude (in your IDE)
→ calls get_slide_format → fetches live schema from agenticdecks.com
→ writes Deckrun Markdown in context window
→ calls generate_slide_deck(markdown)
→ POST https://free.agenticdecks.com/free/generate
← {"url": "...", "slides": 6, "warnings": [], "schema_version": "deckrun.v1"}
← "Your PDF is ready: https://..."Links
agenticdecks.com — product overview
free.agenticdecks.com — web UI
This server cannot be deployed
Maintenance
Related MCP Connectors
Markdown to PDF: headings, bold, code, lists, rules. A4/Letter/Legal. Free 30/hr. MCP + REST.
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
AI presentation and report generation: slides, diagrams, PPTX export, live preview MCP App.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceCreates professional PowerPoint presentations from Markdown or JSON with intelligent layout recommendations, rich content support including tables and images, and automatic template selection based on content analysis.7Apache 2.0
- FlicenseAqualityDmaintenanceGenerates professional PowerPoint presentations from Markdown with support for code blocks, tables, custom branding, and mixed formatting. Transforms lesson plans and documentation into styled PPTX files with syntax highlighting and customizable themes.59-
- FlicenseNot gradedqualityAmaintenanceMCP server for generating slides from natural language, with interactive preview and export to PDF, PPTX, and Markdown.19-
- AlicenseAqualityFmaintenanceGenerate professional AI-powered presentations from a topic, raw text, or document file. Export to PPTX, PDF, image, or shareable link.51MIT