MCP server for Gamma.app — generate presentations, documents, webpages, and social posts via the Gamma Public API v1.0
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"gamma-app-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# gamma-app-mcp <!-- mcp-name: io.github.cphoskins/gamma-app-mcp --> MCP server for [Gamma.app](https://gamma.app) — generate presentations, documents, webpages, and social posts via the [Gamma Public API v1.0](https://developers.gamma.app). Full parameter surface including templates, folders, headers/footers, and email sharing. ## Features - **Generate from text** — presentations, documents, webpages, and social posts with the full v1.0 parameter surface - **Generate from template** — swap content into an existing Gamma template, preserving layout (ideal for batch variants) - **Poll generation status** — async job tracking with share URL, export URL, and credit usage - **List workspace themes** — discover real theme IDs (no more hardcoded fallbacks) - **List workspace folders** — paginated folder discovery for output organization - **Describe options** — local enum introspection so LLMs can look up valid values without trial and error - **Structured error surfacing** — Gamma API error codes and payloads flow through instead of being swallowed - **Input validation** — char limits, enum checks, and format/dimension compatibility verified before network calls ## Installation ```bash pip install gamma-app-mcp ``` Or install from source: ```bash git clone https://github.com/cphoskins/gamma-app-mcp.git cd gamma-app-mcp pip install -e . ``` ## Configuration ### Get your API key 1. Log in to [Gamma.app](https://gamma.app) 2. Go to **Account Settings > API Keys** (`https://gamma.app/settings/api-keys`) 3. Generate a key > API key access requires a **Pro, Ultra, Teams, or Business** plan. ### Claude Code ```bash claude mcp add gamma -s user \ -e GAMMA_API_KEY=sk-gamma-your-key-here \ -- gamma-app-mcp ``` ### Claude Desktop / other stdio hosts Add to your client config: ```json { "mcpServers": { "gamma": { "command": "gamma-app-mcp", "env": { "GAMMA_API_KEY": "sk-gamma-your-key-here" } } } } ``` ### Environment vari…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.