claude-prompts
An MCP workflow server that enables the creation of reusable prompts with validation and reasoning guidance.
The Claude Prompts MCP Server allows users to craft prompts that not only execute tasks but also incorporate validation and reasoning guidance within a single expression. This server enhances the capabilities of AI clients by enabling multi-step workflows that maintain context between steps and facilitate the handoff of tasks to agents while preserving workflow context. Additionally, users can author prompts in YAML format and export them to various clients seamlessly, ensuring a streamlined experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-prompts": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-prompts"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions