← MCP servers · icip-cas

PPTAgent

BLOCKgrade D · trust 69/100

An Agentic Framework for Reflective PowerPoint Generation

agentagentic aillmmcpopenclawpresentationslide

Overview

From the repository's own README, as read at the audited commit.

<div align="right">  <details>    <summary >🌐 Language</summary>    <div>      <div align="center">        <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=en">English</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=zh-CN">简体中文</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=zh-TW">繁體中文</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ja">日本語</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ko">한국어</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=hi">हिन्दी</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=th">ไทย</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=fr">Français</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=de">Deutsch</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=es">Español</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=it">Italiano</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ru">Русский</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=pt">Português</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=nl">Nederlands</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=pl">Polski</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=ar">العربية</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=fa">فارسی</a>        | <a href="https://openaitx.github.io/view.html?user=icip-cas&project=PPTAgent&lang=t

Connect

Built from this server's own package name, version and transport as found in its source — not copied from anyone's documentation, so it cannot drift against a page we do not control. Replace the environment placeholders with a token scoped to the least it needs.

claude-code
claude mcp add pptx --env MINERU_API_KEY=${MINERU_API_KEY} --env PPTAGENT_API_KEY=${PPTAGENT_API_KEY} --env SERPAPI_KEY=${SERPAPI_KEY} --env TAVILY_API_KEY=${TAVILY_API_KEY} -- npx -y [email protected]
claude-desktop
{
  "mcpServers": {
    "pptx": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "MINERU_API_KEY": "${MINERU_API_KEY}",
        "PPTAGENT_API_KEY": "${PPTAGENT_API_KEY}",
        "SERPAPI_KEY": "${SERPAPI_KEY}",
        "TAVILY_API_KEY": "${TAVILY_API_KEY}"
      }
    }
  }
}

Exposed tools (24) 15 read · 9 write · 0 destructive

ToolRiskDescription
convert_to_markdownreadConvert a file to markdown, it could accept pdf, docx, doc, etc.
create_directorywriteCreate a new directory or ensure a directory exists. Can create multiple nested directories in one operation
create_slidewriteCreate a slide with a given layout.
document_summaryread
download_fileread
execute_commandwriteExecute a terminal command
fetch_urlread
finalizeread
generate_slidewriteGenerate a PowerPoint slide after layout and slide elements are set.
image_captionread
image_generationreadresponse = await LLM_CONFIG.t2i_model.generate_image(
inspect_manuscriptread
inspect_slideread
list_directoryreadGet a detailed listing of all files and directories in a specified path. Results distinguish between files and directories with [FILE] and [DIR] prefixes
list_templatesreadList all available templates.
markdown_table_to_imageread
move_filewriteMove or rename files and directories. Can move files between directories and rename them in a single operation
read_filereadRead contents of a text file with optional line range. Parameters: -
save_generated_slideswriteSave the generated slides to a PowerPoint file.
search_imagesread
search_webread
set_templatewriteSelect a PowerPoint template by name.
write_filewriteWrite or append to file contents
write_slidewriteWrite the slide elements for generating a PowerPoint slide.

Details

Source
icip-cas/pptagent
npm
pptx@1.0.0
PyPI
pptagent
Credentials it reads
MINERU_API_KEYPPTAGENT_API_KEYSERPAPI_KEYTAVILY_API_KEY
License
MIT
Stars
5,022 · pushed 5d ago

Trust audit

Do not install this without reading the findings. The audit found something that could harm you or your machine.

LayerWhat it checksResult
L0Provenance & inventoryWARN
L1Static analysis of the codeFAIL
L2Instruction surface (what it tells the agent)PASS
L3Class-specific surfacePASS
L4Behavioural (sandbox)SKIPPED

What the source does

Filesystem
declared (4 observation(s))
Network
declared (12 observation(s))
Shell
declared (1 observation(s))
Dependencies
not all pinned
Secrets in source
none-found

Findings (20)

HIGHCode injection · code.eval_exec · CWE-78, CWE-94, CWE-95
pptagent/apis.py:186
eval(line, SAFE_EVAL_GLOBALS, {func: partial_func})
Why it matters. evaluates text as code
Fix. remove; use a parser or a dispatch table
HIGHNetwork egress · net.tls_off · CWE-200, CWE-319
deeppresenter/tools/search.py:309
verify=False,
Why it matters. certificate verification is disabled
Fix. leave verification on
MEDIUMInventory / provenance · inv.binary · CWE-1104
pptagent/templates/beamer/source.pptx
source.pptx
Why it matters. a compiled or binary member cannot be reviewed from source
Fix. ship source, or explain the binary in the README
MEDIUMInventory / provenance · inv.binary · CWE-1104
pptagent/templates/cip/source.pptx
source.pptx
Why it matters. a compiled or binary member cannot be reviewed from source
Fix. ship source, or explain the binary in the README
MEDIUMInventory / provenance · inv.binary · CWE-1104
pptagent/templates/hit/source.pptx
source.pptx
Why it matters. a compiled or binary member cannot be reviewed from source
Fix. ship source, or explain the binary in the README
MEDIUMInventory / provenance · inv.binary · CWE-1104
pptagent/templates/ucas/source.pptx
source.pptx
Why it matters. a compiled or binary member cannot be reviewed from source
Fix. ship source, or explain the binary in the README
MEDIUMNetwork egress · net.raw_ip · CWE-200, CWE-319
deeppresenter/cli/common.py:18
LOCAL_BASE_URL = "http://127.0.0.1:7811/v1"
LOWInventory / provenance · inv.binary · CWE-1104
pptagent/test/test.pptx
test.pptx
Why it matters. a compiled or binary member cannot be reviewed from source
Fix. ship source, or explain the binary in the README
LOWInventory / provenance · inv.hidden_file · CWE-1104
.pre-commit-config.yaml
.pre-commit-config.yaml
Why it matters. hidden member outside the usual dotfiles
Fix. review its purpose
LOWInventory / provenance · inv.symlink · CWE-1104
CLAUDE.md
CLAUDE.md
Why it matters. link not followed
LOWInsecure crypto · crypto.weak_hash · CWE-327, CWE-338
pptagent/document/element.py:87
f"table_{hashlib.md5(str(self.cells).encode()).hexdigest()[:4]}.png",
LOWObfuscation / stealth · obf.decode_call · CWE-506, CWE-94
deeppresenter/tools/any2markdown.py:117
image_data = base64.b64decode(base64_data)
LOWObfuscation / stealth · obf.decode_call · CWE-506, CWE-94
deeppresenter/tools/tool_agents.py:42
image_bytes = base64.b64decode(image_b64)
LOWSupply chain · supply.unpinned · CWE-829, CWE-1357
deeppresenter/html2pptx/package.json
fast-glob, minimist, playwright, pptxgenjs, sharp
Why it matters. 5 dependency range(s) float
Fix. pin exact versions or ship a lockfile
LOWSupply chain · prompt.pipe_to_shell · CWE-829, CWE-1357
README.md:108
curl -LsSf https://astral.sh/uv/install.sh | sh
INFOInventory / provenance · inv.oversize · CWE-1104
pptagent/templates/default/source.pptx
pptagent/templates/default/source.pptx
Why it matters. 2470447 bytes not read
INFOInventory / provenance · inv.oversize · CWE-1104
pptagent/templates/thu/source.pptx
pptagent/templates/thu/source.pptx
Why it matters. 1090387 bytes not read
INFOInventory / provenance · inv.oversize · CWE-1104
resource/build_effective_agents/Building effective agents - Anthropic.pdf
resource/build_effective_agents/Building effective agents - Anthropic.pdf
Why it matters. 1587108 bytes not read
INFOInventory / provenance · inv.oversize · CWE-1104
resource/casestudy.mp4
resource/casestudy.mp4
Why it matters. 7123989 bytes not read
INFOInventory / provenance · inv.oversize · CWE-1104
resource/fig2.jpg
resource/fig2.jpg
Why it matters. 2080422 bytes not read

Gates applied: no_behavioural_pass.

Audited 2026-09-13 · audit v0.4.0 · source sha 10efdfbea462 · full audit: observations/trust-audit/mcp-server/icip-cas__pptagent.json · Report an issue or request a re-scan

Audit history

DateSourceVerdictGradeScoreChange
2026-09-1310efdfbea462BLOCKD69first audit

Alternatives

Other servers in the same categories, safer ones first.

Questions

What is the PPTAgent MCP server?

An Agentic Framework for Reflective PowerPoint Generation

What tools does PPTAgent expose?

24 in total: 15 read-only, 9 that write, and 0 that can delete or overwrite. Every one is listed on this page with its risk.

Is PPTAgent safe to connect to an agent?

No — not without reading the findings first. The audit graded it D (69/100) and found 2 critical or high issues in the source. Each one is listed on this page with the file and line it is on.

What credentials does PPTAgent need?

It reads MINERU_API_KEY, PPTAGENT_API_KEY, SERPAPI_KEY and TAVILY_API_KEY from the environment. Give it a token scoped to the least it needs — an agent that can be talked into calling a tool can be talked into calling it with your credentials.

How current is this page?

The grade is for one exact copy of the source (10efdfbea462), read on 2026-09-13. The repository is watched and re-audited when it changes.

Provenance: OBSERVED · read 2026-09-13 · job trust-audit-2026-09-13