🚀 Claude Custom Prompts MCP Server

by minipuft

180 stars
797 downloads
Not rated
GitHub

About

A universal MCP server that loads prompts from an external JSON configuration file.

Details

Author
minipuft
GitHub stars
180
Downloads
797
Categories
Developer Tools, AI, Knowledge Base, Automation

- Versioned YAML prompt templates with hot‑reload
- Validation gates that block or advise on output quality
- Composable workflow operators (chain, gate, agent handoff)
- Export any workflow as a native skill for the client
- 90+ bundled prompts across 11 categories

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 🚀 Claude Custom Prompts MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Claude Code marketplace (/plugin install claude-prompts@minipuft) for hooks and bundled resources, or run with npx (npx -y claude-prompts@latest --client=claude-code) for Claude Desktop and other editors. Invoke prompts with the >> syntax (e.g., >>tech_evaluation_chain library:'zod' context:'API validation'). Optionally create your own workspace with --init=~/my-prompts and set MCP_WORKSPACE or MCP_RESOURCES_PATH to load custom prompts alongside the defaults.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83d\ude80 claude custom prompts mcp server": {
            "claude-prompts-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "claude-prompts@latest",
                    "--init=~/my-prompts"
                ]
            }
        }
    }
}

McpServers

{
    "claude-prompts-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "claude-prompts@latest",
            "--init=~/my-prompts"
        ]
    }
}

Claude Prompts MCP Server

<div align="center">

Claude Prompts MCP Server Logo

npm version
License: AGPL v3

An MCP workflow server.

Craft reusable prompts with validation and reasoning guidance.<br>
Orchestrate agentic workflows with a composable operator syntax.<br>
Export as native skills.

Quick Start · What You Get · Compose Workflows · Run Anywhere · Docs

</div>

<div align="center">

Chain workflow with gate validation — prompt executes through hooks, gate catches missing field on first attempt then self-corrects

<sub>Chain + gate validation in action (haiku model) — gates catch errors and guide self-correction, even on the cheapest model</sub>

</div>

What your AI client gives you — and what this server adds

| Your client already does | This server adds |
| -------------------------- | ------------------------------------------------------------------------------------- |
| Run a prompt | Compose prompts with validation, reasoning guidance, and formatting in one expression |
| Single-shot skills | Multi-step workflows that thread context between steps |
| Execute subagents | Hand off mid-chain steps to agents with full workflow context |
| Client-native skill format | Author once as YAML, export to any client with skills:export |
| Manual prompt writing | Versioned templates with hot-reload, rollback, and history |
| Trust the output | Validate output between steps — self-evaluation and shell commands |

---

Quick Start

Claude Code (Recommended)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.