Prompt Book Server
JSON →Connects to Notion databases to manage, search, and retrieve AI prompts across multiple collections.
Install
npx @piccollage/prompt-book-mcp-server Tools · 16
- list_prompt_books Lists all configured prompt books
- create_prompt_book_config Adds a new prompt book configuration
- remove_prompt_book_config Removes a prompt book configuration
- activate_prompt_book Sets a prompt book as active
- rename_prompt_book Renames a prompt book configuration
- create_prompt_database Creates a new prompt database in Notion and adds it to the configuration
- copy_prompt Copies a prompt from one book to another
- list_prompts Lists all prompts in the active database
- search_prompts_by_title Searches prompts by title
- get_prompts_by_tag Gets prompts filtered by a specific tag
- get_prompts_by_type Gets prompts filtered by a specific type
- read_prompt Reads the full content of a specific prompt
- list_all_types Lists all unique prompt types in the database
- list_all_tags Lists all unique tags used in the database
- add_prompt Adds a new prompt to the database
- update_prompt Updates an existing prompt in the database
Links
★ 1 GitHub stars