mcpbeat Sign in

Claude Prompts MCP Server

local only

Claude Prompts MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 140 installs a week from npm. Last commit 30 Aug 2026.

Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client.

Installs per day peak 415 · avg 49 · +58% w/w
a month agotoday
140
Installs / week
npm · claude-prompts
185
Stars
3 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

File ships in the package but is absent from the source [пакет] hooks/subagent-gate-enforce.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command hooks/lib/cli_spawner.py:495, hooks/ralph-stop.py:128, [пакет] hooks/lib/cli_spawner.py:495 и ещё 1
        result = subprocess.run(
Runs an external command server/src/engine/execution/reference/internal/inline-arg-parser.ts:46, server/src/modules/skills-sync/service.ts:1917, hooks/python-hook-runner.cjs:44 и ещё 1
  while ((match = INLINE_ARG_PATTERN.exec(argsString)) !== null) {
Builds a file path from a variable server/src/modules/hot-reload/file-observer.ts:440, server/src/modules/prompts/loader.ts:154, server/src/infra/config/index.ts:558 и ещё 2
    const filePath = path.join(directoryPath, filename);
Builds a database query by concatenation .github/workflows/extension-publish.yml:359
      - name: Update ${{ matrix.name }}
Touches key and credential files .github/workflows/renovate-config-validator.yml:18
      - "server/.npmrc"

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

Alternatives to Claude Prompts MCP

same job, measured the same way
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Agent Gate
by jott2121

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

107 installs/wk local only
Snapstate
by timbassler88

Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.

34 installs/wk local only
VMware Pilot
by zw008

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

1 860 installs/wk local only
VMware Pilot
by vmware-skills

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

local only
Ux MCP Server
by elsahafy

UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client

111 installs/wk local only
MCP State Sidecar
by askadvaith

MCP State Sidecar: durable state persistence for multi-agent AI workflows

61 installs/wk local only
MCP Agent Trace Inspector
by dbsectrainer

Step-by-step observability for MCP agent workflows

53 installs/wk local only

Claude Prompts MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Prompts MCP?
Claude Prompts MCP 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 claude-prompts was installed 140 times last week.
How do I connect Claude Prompts MCP?
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 claude-prompts straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Prompts MCP?
The npm package claude-prompts was installed 140 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Prompts MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 185 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.