Claude Prompts MCP

The portable workflow layer beside your AI coding harness. Your client executes with its own tools, agents, and context. It runs locally over stdio via the published package.

People connecting AI & ML tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 186 · #9 OF 95 MAINTAINED AI & ML · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Claude Prompts MCP

Claude Code

claude mcp add minipuft-claude-prompts-mcp -- npx -y claude-prompts

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "minipuft-claude-prompts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-prompts"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package claude-prompts - unscoped; check the name against the project README before installing

registry namespace io.github.minipuft is GitHub-verified and matches the repo owner

03 · What Claude Prompts MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.0.1 · 2026-08-16

4.0.1 (2026-08-16) · Fixed · verify the registry entry flagged latest, not the first one returned · make gate abort terminal, and stop prose punctuation parsing as arguments · bind prompts per serving unit, resolve…

v4.0.0 · 2026-08-15

4.0.0 (2026-08-15) · chain steps are validated strictly. A key with no schema field now fails the prompt's load, naming the key and its step index, instead of being silently discarded. · mcp-tools…

v3.2.1 · 2026-08-07

3.2.1 (2026-08-07) · Fixed · ship package.json in the plugin dist layout; patch protobufjs to 8.7.1

04 · Who maintains Claude Prompts MCP

claude-prompts-mcp is maintained by minipuft. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
AI & ML - ranked #9 of 95 actively-maintained AI & ML servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-16)
registry
io.github.minipuft/claude-prompts-mcp (active, first published 2026-08-07 · 3 versions)
packages
npm:claude-prompts

06 · Claude Prompts MCP FAQ

What is Claude Prompts MCP?

The portable workflow layer beside your AI coding harness. Your client executes with its own tools, agents, and context. It runs locally over stdio via the published package.

Is Claude Prompts MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Claude Prompts MCP?

Run `npx -y claude-prompts`. You can also paste the ready-made client config above.

Does Claude Prompts MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Claude Prompts MCP

More AI & ML MCP servers · Grantex · Mercury Spec Ops · Diffctx · x402 Universal Payer

More TypeScript MCP servers · Codexa · Miro · Temporal MCP · T2000 · see all