A prompt management tool with automatic versioning and MCP integration. Store, organize, and track changes to your AI prompts — with cloud sync and API access.
Live Demo: https://promptshelf-75139.web.app
- Unlimited Prompts — Create and manage as many prompts as you need
- Automatic Versioning — Every save creates a new version automatically
- Version History — View all previous versions with timestamps
- Version Comparison — Compare any two versions with unified diff view
- Placeholder Quick-Fill — Click
[placeholders]to fill them temporarily before copying - Tags — Organize prompts with custom tags and filter by them
- Search — Find prompts by title or description
- Dark Mode — Easy on the eyes, persists across sessions
- Import/Export — Backup and share prompts as JSON files
- Auto-save Drafts — Never lose work with automatic draft saving
- Keyboard Shortcuts — Work faster with hotkeys
- Cloud Sync — Sign in with Google to sync across devices
- MCP Server — Access your prompts from Claude Desktop and other MCP clients
- Privacy First — Your data, your control
Connect Claude Desktop or other MCP clients to access your prompts directly.
- Sign in to PromptShelf
- Go to your Profile page
- Copy the MCP config
- Add it to
~/Library/Application Support/Claude/claude_desktop_config.json
Available tools:
list_prompts— List all prompts, optionally filter by tagget_prompt— Get a specific prompt with its contentsearch_prompts— Search prompts by title, description, or contentget_versions— Get version history for a promptget_tags— Get all tags with usage counts
Visit https://promptshelf-75139.web.app and sign in with Google.
- Clone this repository
- Set up Firebase project with Firestore and Authentication
- Deploy with
firebase deploy
| Shortcut | Action |
|---|---|
Ctrl/Cmd + S |
Save prompt (creates new version) |
Ctrl/Cmd + N |
Create new prompt |
Ctrl/Cmd + / |
Focus search |
Escape |
Close modals |
- Frontend: Pure HTML, CSS, and JavaScript
- Backend: Firebase (Firestore, Authentication, Cloud Functions, Hosting)
- MCP Server: Streamable HTTP transport for serverless compatibility
- Application: Built entirely by Claude Code (Opus 4.5)
- System Prompt: Created by GPT 5.1
MIT License — feel free to use, modify, and distribute.
Made with AI, for humans who work with AI.