🚀 Claude Custom Prompts MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
🚀 Claude Custom Prompts MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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">

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">

<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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





