mcpbeat Sign in

KitchenSink4PPT MCP Server

local only

KitchenSink4PPT runs on your own machine — the client starts it, so there is no endpoint to ping. 2 115 installs a week from pypi. Last commit 17 Sep 2026.

PowerPoint (.pptx) MCP server: editable vector diagrams, tables, budgeted reads, render-to-verify

Installs per day peak 763 · avg 294
a month agotoday
2 115
Installs / week
pypi · kitchensink4ppt
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

10 Sep the owner changed
9 Sep the owner changed

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable [пакет] src/kitchensink4ppt/core/package.py:168
    return posixpath.join(parent, source) if parent else source

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 kitchensink4ppt -- uvx kitchensink4ppt
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kitchensink4ppt": {
      "args": [
        "kitchensink4ppt"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kitchensink4ppt]
command = "uvx"
args = ["kitchensink4ppt"]
.cursor/mcp.json
{
  "mcpServers": {
    "kitchensink4ppt": {
      "args": [
        "kitchensink4ppt"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kitchensink4ppt": {
      "args": [
        "kitchensink4ppt"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to KitchenSink4PPT

same job, measured the same way
Vector Knowledge Graph MCP
by csoai-org

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

141 installs/wk local only
CLIO Geo
by iowarp

MCP server for rendering GeoJSON vector layers into map images with basemaps

local only
SVG Tracer
by pulsemcp

MCP server for converting bitmap images to SVG vector graphics using potrace tracing.

74 installs/wk local only
CoderSwap MCP Server
by njlnaet

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

26 installs/wk local only
ArcadeDB MCP Server
by arcadedb

Built-in MCP server for ArcadeDB multi-model database (graph, document, vector, time-series)

local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
I
Engraphy
by devon-clarkk

Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.

local only
Image to SVG
by botmonster

MCP server that converts raster images (PNG/JPG/WEBP) to SVG vector format

65 installs/wk local only

KitchenSink4PPT — questions

Answers built from our own checks of this server.

Why is there no uptime for KitchenSink4PPT?
KitchenSink4PPT 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 pypi package kitchensink4ppt was installed 2 115 times last week.
How do I connect KitchenSink4PPT?
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 kitchensink4ppt straight from pypi; nothing to host, nothing to sign up for.
How many people use KitchenSink4PPT?
The pypi package kitchensink4ppt was installed 2 115 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 KitchenSink4PPT open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.