# ChatPPT (npm · @jparkerdiamond/chatppt)

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

- Trust score: 80/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- npm · `@jparkerdiamond/chatppt`: 80/100 (this document), [markdown](https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt.md), [page](https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt)

## Channel facts

- Registry: `npm`
- Package: `@jparkerdiamond/chatppt`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

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

**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.

### Claude

```bash
claude mcp add parkerdiamond-chatppt -- npx -y @jparkerdiamond/chatppt
```

### Cursor

```json
{
  "mcpServers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add parkerdiamond-chatppt --command npx --arg -y --arg @jparkerdiamond/chatppt
```

### Hermes

```yaml
mcp_servers:
  parkerdiamond-chatppt:
    command: "npx"
    args: ["-y", "@jparkerdiamond/chatppt"]
```

### Netclaw

```json
{
  "McpServers": {
    "parkerdiamond-chatppt": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add parkerdiamond-chatppt -t stdio -c npx -a -y @jparkerdiamond/chatppt
```

### Other

```json
{
  "mcpServers": {
    "parkerdiamond-chatppt": {
      "command": "npx",
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-14 (score 80, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-13 (score 65)

First indexed and scored.

## MCP tools (25)

### `deck_create` (~38 tokens)

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

Input parameters:

- `title` (string): Title for the new presentation deck

### `deck_list` (~18 tokens)

List all managed PowerPoint decks in the workspace.

### `deck_read` (~35 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the deck

### `deck_update` (~58 tokens)

Update metadata or title of an existing presentation deck.

Input parameters:

- `deckId` (string, required): Stable ID of the deck
- `expectedRevision` (integer): Expected deck revision for optimistic concurrency check
- `title` (string, required): New title for the deck

### `deck_delete` (~36 tokens)

Permanently delete a presentation deck and its underlying PowerPoint file.

Input parameters:

- `deckId` (string, required): Stable ID of the deck to delete

### `deck_validate` (~42 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the deck to validate

### `slide_create` (~60 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slides` (array, required): Array of slide definitions to create in batch

### `slide_list` (~33 tokens)

List all slides in a presentation deck in presentation order.

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck

### `slide_read` (~48 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string, required): Stable ID of the slide

### `slide_render` (~67 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string, required): Stable ID of the slide to render
- `width` (integer): Optional output width in pixels; defaults to 1280

### `slide_update` (~49 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `updates` (array, required): Array of slide updates

### `slide_delete` (~55 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideIds` (array, required): Array of slide IDs to delete

### `slide_move` (~98 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string): Single slide ID to move
- `slideOrder` (array): Complete array of slide IDs declaring the desired final order
- `toPosition` (integer): 0-based target index when moving a single slide

### `slide_duplicate` (~77 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string, required): Stable ID of the slide to duplicate
- `targetPosition` (integer): Optional 0-based target index placement for the duplicated slide

### `slide_collection_create` (~72 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `description` (string): Optional description
- `name` (string, required): Collection name
- `slideIds` (array): Ordered list of slide IDs belonging to this collection

### `slide_collection_list` (~32 tokens)

List all slide collections in a presentation deck.

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck

### `slide_collection_read` (~50 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideCollectionId` (string, required): Stable ID of the slide collection

### `slide_collection_update` (~88 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `description` (string): New collection description
- `name` (string): New collection name
- `slideCollectionId` (string, required): Stable ID of the slide collection
- `slideIds` (array): Replacement ordered list of slide IDs

### `slide_collection_delete` (~50 tokens)

Delete a slide collection without deleting its referenced slides.

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideCollectionId` (string, required): Stable ID of the slide collection to delete

### `element_create` (~79 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `elements` (array, required): Array of element definitions to create in batch
- `slideId` (string, required): Stable ID of the slide

### `element_list` (~47 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string, required): Stable ID of the slide

### `element_read` (~61 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `elementId` (string, required): Stable ID of the element
- `slideId` (string, required): Stable ID of the slide

### `element_update` (~72 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `slideId` (string, required): Stable ID of the slide
- `updates` (array, required): Array of element updates

### `element_delete` (~62 tokens)

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

Input parameters:

- `deckId` (string, required): Stable ID of the presentation deck
- `elementIds` (array, required): Array of element IDs to delete
- `slideId` (string, required): Stable ID of the slide

### `element_reorder` (~86 tokens)

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

Input parameters:

- `action` (string, required): Z-order action
- `deckId` (string, required): Stable ID of the presentation deck
- `elementId` (string, required): Stable ID of the element to reorder
- `slideId` (string, required): Stable ID of the slide

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt#diagnostics

## Score history

- 2026-09-21: 80
- 2026-09-20: 80
- 2026-09-19: 80
- 2026-09-18: 80
- 2026-09-17: 80
- 2026-09-16: 80
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 65

## 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 21 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 21 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.

## Links

- npm package: https://www.npmjs.com/package/@jparkerdiamond/chatppt
- Socket report: https://socket.dev/npm/package/@jparkerdiamond/chatppt
- Repository: https://github.com/ParkerDiamond/ChatPPT
- Changelog RSS feed: https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt.xml
- Changelog JSON feed: https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt.json
- HTML version of this page: https://verifymcp.io/servers/parkerdiamond-chatppt/jparkerdiamond-chatppt
