mcpbeat Sign in

CompactPrompt MCP Server

local only

CompactPrompt runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from pypi. Last commit 15 Jun 2026.

Review and compact prompts, docs, and AI-agent skills to save tokens, preserving structure.

Installs per day peak 51 · avg 17 · -24% w/w
a month agotoday
119
Installs / week
pypi · compactprompt
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 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.

        result = subprocess.run(

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

Alternatives to CompactPrompt

same job, measured the same way
Word AI
by flyfish-dev

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

local only
Codeweave
by semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

72 installs/wk local only
Agent Toolbelt MCP
by marras0914

19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.

63 installs/wk local only
Gildara
by gildara

Operating contracts for AI agents. Structured instructions compiled into system prompts.

local only
Token Pilot
by digital-threads

Save up to 80% tokens when AI reads code via AST-aware structural reading

527 installs/wk local only
Cmp Inspector
by kvdm-co-pilot

Compose Multiplatform UI as structured JSON for agents: trees, tokens, previews, diffs. No pixels.

41 installs/wk local only
AgentForge
by sciscale

Turn rough requests into rigorously structured prompts, for any coding agent.

33 installs/wk local only
Visily UI Design
by visily-app

UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.

answering

CompactPrompt — questions

Answers built from our own checks of this server.

Why is there no uptime for CompactPrompt?
CompactPrompt 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 compactprompt was installed 119 times last week.
How do I connect CompactPrompt?
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 compactprompt straight from pypi; nothing to host, nothing to sign up for.
How many people use CompactPrompt?
The pypi package compactprompt was installed 119 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CompactPrompt open source?
Yes — it is published under the MIT licence, written in Python and 0 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.