mcpbeat Sign in

ChatPPT MCP Server

by parkerdiamond Your server? Claim it
local only

ChatPPT runs on your own machine — the client starts it, so there is no endpoint to ping. 471 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 398 · avg 16
a month agotoday
471
Installs / week
npm · @jparkerdiamond/chatppt
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check ChatPPT every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chatppt -- npx -y @jparkerdiamond/chatppt
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chatppt": {
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chatppt]
command = "npx"
args = ["-y", "@jparkerdiamond/chatppt"]
.cursor/mcp.json
{
  "mcpServers": {
    "chatppt": {
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chatppt": {
      "args": [
        "-y",
        "@jparkerdiamond/chatppt"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ChatPPT

same job, measured the same way
I
Bitbucket MCP
by matanyemini

Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration

4 007 installs/wk local only
Deployhq MCP Server
by deployhq

Model Context Protocol (MCP) server for DeployHQ API integration

33 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
PandaDoc
by mindstone

PandaDoc document automation MCP server for Model Context Protocol hosts

51 installs/wk local only
L0 Py Blocks MCP
by selisedigitalplatforms

A Model Context Protocol (MCP) server for Selise Blocks Cloud integration

36 tools answering
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only

ChatPPT — questions

Answers built from our own checks of this server.

Why is there no uptime for ChatPPT?
ChatPPT runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @jparkerdiamond/chatppt was installed 471 times last week.
How do I connect ChatPPT?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @jparkerdiamond/chatppt straight from npm; nothing to host, nothing to sign up for.
How many people use ChatPPT?
The npm package @jparkerdiamond/chatppt was installed 471 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ChatPPT open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.