Prompt Manager
Freeby MCP Community
MCP server for managing prompts and templates with project orchestration capabilities
v1.1.11Added Apr 12, 2026
mcppromptmanagerclaudeanthropic
Prompt Manager MCP Server
MCP server for managing prompts and templates with project orchestration capabilities
Installation
npx -y @sparesparrow/mcp-prompt-manager
Reviews
Installation
Quick install
npx -y @sparesparrow/mcp-prompt-manager
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-manager": {
"command": "npx",
"args": ["-y", "@sparesparrow/mcp-prompt-manager"]
}
}
}