dial-pptx-mcp CLAUDE.md

dial-pptx-mcp CLAUDE.md is an instructions file for Claude Code from photonn/dial-pptx-mcp. It costs 5,618 tokens per session, scanned A, original, MIT.

A set of instructions for working on a remote service that creates PowerPoint presentations through an MCP server, with multi-user state, DIAL file handling, and visual checks.

In plain words
What is it for?
Use it when installing, testing, or modifying the presentation-generation server and its DIAL integration.
Why use it?
It explains the repository’s architecture, conventions, setup, and test commands so an agent can make changes consistently.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/photonn/dial-pptx-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/photonn/dial-pptx-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dial-pptx-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/photonn/dial-pptx-mcp/claude-md.svg)](https://agentmods.dev/instructions/photonn/dial-pptx-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/photonn/dial-pptx-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/photonn/dial-pptx-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,618 This file is loaded in full into every session.
When invoked 5,618 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.05618 $0.05618
Opus 5 $0.02809 $0.02809
Sonnet 5 $0.01124 $0.01124
Haiku 4.5 $0.00562 $0.00562

Measured yesterday against content hash 852a438e899d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dial-pptx-mcp CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 231 lines

How it starts

The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What this is

A remote, multi-tenant PowerPoint-generation MCP server for EPAM AI DIAL. It is a fork of GongRzhe/Office-PowerPoint-MCP-Server (MIT) with full upstream history preserved. The ~30 upstream content/formatting tools are essentially unchanged; this project adds the remote-transport, multi-tenant state, DIAL file I/O, and visual-QA layers. docs/UPSTREAM_README.md is the upstream tool reference; README.md documents this project's configuration and DIAL integration.

Upstream-inherited code (tools/, utils/, most of ppt_mcp_server.py) follows a different style and quality bar than the DIAL layers (state.py, dial_client.py, visual_qa.py, visual_fix.py). Match the file you are editing.

Commands

uv venv --python 3.12 .venv && uv pip install -r requirements.txt

.venv/bin/python -m unittest discover -s tests -v          # all tests
.venv/bin/python -m unittest tests.test_visual_gate -v     # one module
.venv/bin/python -m unittest tests.test_state.TestPresentationStore.test_ttl_expiry -v  # one test

.venv/bin/python spike/fidelity_spike.py <template.pptx> [out.pptx]  # template-fidelity check
.venv/bin/python spike/http_client_check.py                          # transport smoke test

.venv/bin/python ppt_mcp_server.py                    # stdio (local MCP clients)
.venv/bin/python ppt_mcp_server.py -t http --host 0.0.0.0 -p 8000    # /mcp endpoint
docker build -t dial-pptx-mcp . && docker run -p 8000:8000 dial-pptx-mcp

There is no linter or formatter configured. CI (.github/workflows/ci.yml) runs the unittest suite on Python 3.10, 3.12 and 3.14 (3.14 is what the Docker image ships), the fidelity spike against the bundled demo deck, and a Docker build. Tests requiring LibreOffice self-skip when soffice is absent, so a green local run may still fail in CI — install LibreOffice or check the CI result.

Read the full file on GitHub · 231 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +2 lines · +578 tokens per session 852a438e899d
  2. 5d ago First seen · 229 lines · 5,040 tokens per session scan A 9b16d9bd628c

Subscribe to this mod's changes

dial-pptx-mcp CLAUDE.md is an instructions file published in the GitHub repository photonn/dial-pptx-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 5,618 tokens to every session, about $0.0281 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.