🚀 Claude Custom Prompts MCP Server
@minipuft
About 🚀 Claude Custom Prompts MCP Server
MCP prompt template server: hot-reload, thinking frameworks, quality gates
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"claude-prompts-mcp": {
"command": "npx",
"args": [
"-y",
"claude-prompts@latest",
"--init=~/my-prompts"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is 🚀 Claude Custom Prompts MCP Server?
It is an MCP workflow server that lets you craft reusable prompts with validation and reasoning guidance, orchestrate multi‑step agentic workflows using a composable operator syntax, and export them as native skills. Designed for AI clients like Claude Code, Claude Desktop, VS Code, Cursor, OpenCode, and Gemini CLI, it provides 90+ bundled prompt templates, gates for output validation, and hot‑reloadable YAML resources.
How to use 🚀 Claude Custom Prompts MCP Server?
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.
Key features of 🚀 Claude Custom Prompts MCP Server
- 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
Use cases of 🚀 Claude Custom Prompts MCP Server
- Multi‑step research chains that thread context through gates
- Code review workflows with automated output validation
- Self‑correcting agentic sequences that retry failed gates
- Custom skill authoring and export to any supported client
FAQ from 🚀 Claude Custom Prompts MCP Server
What are Validation Gates?
Gates are criteria the AI checks its own output against. They can be blocking (must pass before continuing) or advisory (flag issues but allow proceed). Failed gates can trigger automatic retries or pause for your decision.
Which AI clients are supported?
Claude Code, Claude Desktop, VS Code (Copilot), Cursor, OpenCode, and Gemini CLI. Each has specific setup instructions and may have different levels of hook support (chain tracking, gate enforcement).
How do I use my own prompts instead of the bundled ones?
Run npx -y claude-prompts@latest --init=~/my-prompts to create a starter workspace, then set the MCP_WORKSPACE environment variable. Your prompts overlay the bundled ones; same‑ID resources take priority.
Does it require Node.js and npm?
It depends on the transport. The NPX method requires Node.js, but a self‑contained .mcpb bundle (~5MB) is available for Claude Desktop that requires no npm.
What transport options are available?
The default transport is stdio. For HTTP clients you can use --transport=streamable-http. Presets per client are set via the --client flag (e.g., claude-code, gemini).
Frequently asked questions
What are Validation Gates?
Gates are criteria the AI checks its own output against. They can be blocking (must pass before continuing) or advisory (flag issues but allow proceed). Failed gates can trigger automatic retries or pause for your decision.
Which AI clients are supported?
Claude Code, Claude Desktop, VS Code (Copilot), Cursor, OpenCode, and Gemini CLI. Each has specific setup instructions and may have different levels of hook support (chain tracking, gate enforcement).
How do I use my own prompts instead of the bundled ones?
Run `npx -y claude-prompts@latest --init=~/my-prompts` to create a starter workspace, then set the `MCP_WORKSPACE` environment variable. Your prompts overlay the bundled ones; same‑ID resources take priority.
Does it require Node.js and npm?
It depends on the transport. The NPX method requires Node.js, but a self‑contained `.mcpb` bundle (~5MB) is available for Claude Desktop that requires no npm.
What transport options are available?
The default transport is `stdio`. For HTTP clients you can use `--transport=streamable-http`. Presets per client are set via the `--client` flag (e.g., `claude-code`, `gemini`).
Basic information
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Orders of Magnitude — x402 API Catalog
OrdersOfMagnitudeLLC1000+ pay-per-call API endpoints across finance, weather, geography, economic data, agent infrastructure (memory, coordination, secrets, simulation, verification), and NS compute. Payments via x402 protocol on Base/USDC.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Comments