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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceCreates 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.Last updated7Apache 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.Last updated59
- Flicense-qualityAmaintenanceMCP server for generating slides from natural language, with interactive preview and export to PDF, PPTX, and Markdown.Last updated18
- AlicenseAqualityBmaintenanceGenerate professional AI-powered presentations from a topic, raw text, or document file. Export to PPTX, PDF, image, or shareable link.Last updated51MIT
Related MCP Connectors
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
List, share, upload, and manage Slideless HTML presentations from any MCP host.
Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agenticdecks/deckrun-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server