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.
Latest Blog Posts
- 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