Deckforge
@Whatsonyourmind
About Deckforge
Executive-ready slides, one API call away. API-first AI presentation engine with 32 slide types, 24 chart types, 15 themes, finance vertical. PPTX + Google Slides. MCP server for AI agents. TypeScript SDK.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deckforge": {
"command": "python",
"args": [
"-m",
"deckforge.mcp.server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Deckforge?
Deckforge is an API-first presentation generation server that converts structured JSON (Presentation Intermediate Representation) or natural-language prompts into professional PowerPoint (.pptx) or Google Slides decks. It is designed for both human users and AI agents, with built-in MCP tool integration for autonomous slide creation.
How to use Deckforge?
Deploy with Docker Compose, copy .env.example, run bash scripts/bootstrap-db.sh to initialize the database and obtain a test API key. Then call HTTP endpoints (/v1/render, /v1/generate, /v1/themes, /v1/slide-types, /v1/estimate) with the API key, or use the TypeScript SDK (@lukastan/deckforge) with a fluent builder pattern.
Key features of Deckforge
- 32 slide types and 24 chart types
- 15 built-in themes with custom brand kits
- AI content generation from natural language prompts
- MCP server with 6 tools for agent integration
- 5-pass QA pipeline with auto-fix engine
- TypeScript SDK with fluent builder
Use cases of Deckforge
- Generate executive board update decks from structured data.
- Create pitch decks from a single prompt for startups.
- Build finance-specific presentations with integrated charts.
- Automate recurring report generation for enterprise teams.
- Let AI agents produce themed, quality-checked slides autonomously.
FAQ from Deckforge
What slide types does Deckforge support?
32 slide types are supported, including 9 finance-specific slides (DCF summary, comp table, waterfall chart, deal overview, etc.) and 23 universal types (title, agenda, stats callout, chart, etc.).
Can Deckforge output to Google Slides?
Yes. Direct export via Google Slides API is supported (OAuth flow included), in addition to native PPTX output via python-pptx.
How do I get an API key for testing?
Run bash scripts/bootstrap-db.sh after setting up Docker Compose — it seeds a test user and outputs a test API key (dk_test_...) for local development.
Which LLMs can power the generation endpoint?
The /v1/generate endpoint supports Claude (Anthropic), OpenAI, Gemini, and Ollama — at least one LLM API key must be configured in .env.
Can I estimate the cost before rendering a deck?
Yes. The /v1/estimate endpoint computes credits and USD equivalent based on slide count, finance slide surcharges, and chart surcharges, so an agent can budget before calling /v1/render.
Frequently asked questions
What slide types does Deckforge support?
32 slide types are supported, including 9 finance-specific slides (DCF summary, comp table, waterfall chart, deal overview, etc.) and 23 universal types (title, agenda, stats callout, chart, etc.).
Can Deckforge output to Google Slides?
Yes. Direct export via Google Slides API is supported (OAuth flow included), in addition to native PPTX output via python-pptx.
How do I get an API key for testing?
Run `bash scripts/bootstrap-db.sh` after setting up Docker Compose — it seeds a test user and outputs a test API key (`dk_test_...`) for local development.
Which LLMs can power the generation endpoint?
The `/v1/generate` endpoint supports Claude (Anthropic), OpenAI, Gemini, and Ollama — at least one LLM API key must be configured in `.env`.
Can I estimate the cost before rendering a deck?
Yes. The `/v1/estimate` endpoint computes credits and USD equivalent based on slide count, finance slide surcharges, and chart surcharges, so an agent can budget before calling `/v1/render`.
Basic information
More Developer Tools MCP servers
OrangePro
Aamir SiddiquiOrangePro local-first CLI + MCP server for behavior mapping, grounded test generation, and dynamic proof.

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.

Kaiva Bridge
Kaiva Bridge turns any Postgres database or OpenAPI spec into a secure, hosted MCP server — per-tool access control, every call audited. Dependency Trust gives coding agents the senior-engineer check before adding a dep

Hermoso
HermosoHermoso is a remote MCP server that runs a full marketing operation from your agent: research competitor ads, generate image and video ads, publish to social channels, and build and manage paid campaigns. 718 tools (306
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:
Comments