Back to Apps

PromptBook MCP
by shoaibraza123
Store, search, and organize AI prompts with RAG-powered semantic search for a personalized prompt cookbook.
0 stars
Works in:claude
Exposes:Tools
What it does
PromptBook MCP acts as a personal cookbook for AI prompts, allowing users to store and organize their most effective prompts in a structured way. It leverages RAG (Retrieval-Augmented Generation) and semantic search to help users find the most relevant prompt for a given task based on meaning rather than just keywords.
Tools
save_prompt: Stores a new prompt with details and categories in the cookbook.search_prompts: Performs a semantic search across the stored prompts to find relevant matches.manage_prompt: Allows editing or deleting existing prompts within the cookbook.list_categories: Retrieves a list of prompt categories for better organization.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"promptbook": {
"command": "node",
"args": ["/path/to/promptbook-mcp/index.js"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g promptbook-mcpInformation
- Pricing
- free
- Published
- 7/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the server to your claude_desktop_config.json using the node runtime.





