Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ChatPPT

NPM · @JPARKERDIAMOND/CHATPPT · SCANNED SEP 20

Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing

+15 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 10 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to ParkerDiamond/ChatPPT). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 6 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1413 tokens (~56/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the ChatPPT MCP server?

ChatPPT runs locally as an npm package, launched with npx -y @jparkerdiamond/chatppt. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @jparkerdiamond/chatppt

# add to Claude Code
claude mcp add parkerdiamond-chatppt -- npx -y @jparkerdiamond/chatppt
// .cursor/mcp.json
{
  "mcpServers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add parkerdiamond-chatppt -- npx -y @jparkerdiamond/chatppt
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "parkerdiamond-chatppt": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@jparkerdiamond/chatppt"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add parkerdiamond-chatppt --command npx --arg -y --arg @jparkerdiamond/chatppt
# ~/.hermes/config.yaml
mcp_servers:
  parkerdiamond-chatppt:
    command: "npx"
    args: ["-y", "@jparkerdiamond/chatppt"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "parkerdiamond-chatppt": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
# add to Vellum
assistant mcp add parkerdiamond-chatppt -t stdio -c npx -a -y @jparkerdiamond/chatppt
// mcp.json
{
  "mcpServers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 14 Sept 26 +15
    • Malware scan: unverified → pass security
  • 13 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@jparkerdiamond/chatppt@0.1.3

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo ParkerDiamond/ChatPPT
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/ParkerDiamond/ChatPPT/.github/workflows/release.yml@refs/tags/v0.1.3
Rekor log index 2822994428
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:ba69925e00f897a64b929a0ec26aa0ffb248078b5e321f7e7db9687d2dea0550bfd14657d45e11e3b1ff5cd7d3f53e7711e4fa32734b6dd9e335ad1a8

Background: How many MCP packages publish verified provenance →

Dependencies 33 packages
Packages resolved 33
Stale 10
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~1,413 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
deck_create ~38

Create a new blank PowerPoint presentation deck and initialize its metadata in the managed workspace.

NameTypeReqDescription
titlestringTitle for the new presentation deck

No output schema declared.

No examples provided.

deck_delete ~36

Permanently delete a presentation deck and its underlying PowerPoint file.

NameTypeReqDescription
deckIdstringyesStable ID of the deck to delete

No output schema declared.

No examples provided.

deck_list ~18

List all managed PowerPoint decks in the workspace.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

deck_read ~35

Read metadata, slide list, and slide collections for a specific deck.

NameTypeReqDescription
deckIdstringyesStable ID of the deck

No output schema declared.

No examples provided.

deck_update ~58

Update metadata or title of an existing presentation deck.

NameTypeReqDescription
deckIdstringyesStable ID of the deck
expectedRevisionintegerExpected deck revision for optimistic concurrency check
titlestringyesNew title for the deck

No output schema declared.

No examples provided.

deck_validate ~42

Validate presentation deck integrity, checking PPTX file synchronization, collection slide references, and element geometry.

NameTypeReqDescription
deckIdstringyesStable ID of the deck to validate

No output schema declared.

No examples provided.

element_create ~79

Create one or multiple elements (text boxes, shapes, lines, tables, charts, or images) on a slide in a single batch operation.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
elementsarrayyesArray of element definitions to create in batch
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

element_delete ~62

Permanently delete one or more elements from a slide in batch.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
elementIdsarrayyesArray of element IDs to delete
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

element_list ~47

List all visual elements on a slide in z-index order.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

element_read ~61

Read details and formatting properties of a single element on a slide.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
elementIdstringyesStable ID of the element
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

element_reorder ~86

Reorder an element's z-index on a slide (bringToFront, sendToBack, bringForward, sendBackward).

NameTypeReqDescription
actionstringyesZ-order action
deckIdstringyesStable ID of the presentation deck
elementIdstringyesStable ID of the element to reorder
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

element_update ~72

Update positioning, sizing, text, fill, typography, stroke, or alignment for one or multiple elements on a slide in batch.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringyesStable ID of the slide
updatesarrayyesArray of element updates

No output schema declared.

No examples provided.

slide_collection_create ~72

Create a named ordered collection/group of existing slides within a presentation deck.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
descriptionstringOptional description
namestringyesCollection name
slideIdsarrayOrdered list of slide IDs belonging to this collection

No output schema declared.

No examples provided.

slide_collection_delete ~50

Delete a slide collection without deleting its referenced slides.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideCollectionIdstringyesStable ID of the slide collection to delete

No output schema declared.

No examples provided.

slide_collection_list ~32

List all slide collections in a presentation deck.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck

No output schema declared.

No examples provided.

slide_collection_read ~50

Read details and slide ID membership of a specific slide collection.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideCollectionIdstringyesStable ID of the slide collection

No output schema declared.

No examples provided.

slide_collection_update ~88

Rename a slide collection, update its description, or replace its ordered slide membership.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
descriptionstringNew collection description
namestringNew collection name
slideCollectionIdstringyesStable ID of the slide collection
slideIdsarrayReplacement ordered list of slide IDs

No output schema declared.

No examples provided.

slide_create ~60

Create one or multiple new slides in a presentation deck. Pass an array of slide definitions for vectorized batch creation.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slidesarrayyesArray of slide definitions to create in batch

No output schema declared.

No examples provided.

slide_delete ~55

Permanently delete one or more slides from the presentation and registry, and clean up collection references.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdsarrayyesArray of slide IDs to delete

No output schema declared.

No examples provided.

slide_duplicate ~77

Duplicate an existing slide in a presentation deck, generating new stable IDs for the slide and all duplicated elements.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringyesStable ID of the slide to duplicate
targetPositionintegerOptional 0-based target index placement for the duplicated slide

No output schema declared.

No examples provided.

slide_list ~33

List all slides in a presentation deck in presentation order.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck

No output schema declared.

No examples provided.

slide_move ~98

Reorder slides in a presentation deck, either by providing a complete slideOrder array or moving a single slideId to a target position.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringSingle slide ID to move
slideOrderarrayComplete array of slide IDs declaring the desired final order
toPositioninteger0-based target index when moving a single slide

No output schema declared.

No examples provided.

slide_read ~48

Read metadata, elements, and speaker notes for a specific slide.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringyesStable ID of the slide

No output schema declared.

No examples provided.

slide_render ~67

Render a slide to a PNG image preview for visual feedback.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
slideIdstringyesStable ID of the slide to render
widthintegerOptional output width in pixels; defaults to 1280

No output schema declared.

No examples provided.

slide_update ~49

Update metadata, title, or speaker notes of one or more slides in batch.

NameTypeReqDescription
deckIdstringyesStable ID of the presentation deck
updatesarrayyesArray of slide updates

No output schema declared.

No examples provided.

Common questions

What is the ChatPPT MCP server?

ChatPPT is an MCP server listed in the public MCP registry as io.github.ParkerDiamond/chatppt. Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing. This page covers its npm package (@jparkerdiamond/chatppt).

Is the ChatPPT MCP server safe to use?

ChatPPT scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ChatPPT MCP server expose?

ChatPPT exposes 25 tools: deck_create, deck_list, deck_read, deck_update, deck_delete, and 20 more. Their descriptions and schemas cost roughly 1,413 tokens of context every time the server is loaded.

Is the ChatPPT MCP server still maintained?

ChatPPT is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the ChatPPT MCP server under?

ChatPPT declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.