PromptBin
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PromptBinlist my saved prompts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PromptBin - MCP Server Example
The easiest way to run a Model Context Protocol (MCP) server with full prompt management.
Setup
1. Install and Configure
# Install PromptBin
pip install promptbin
# Install Dev Tunnels CLI (optional, for public sharing)
promptbin-install-tunnel
# Authenticate with Dev Tunnels (optional, one-time setup)
devtunnel user login -g
# Verify setup
promptbin-setup2. Add to Your AI Client
Claude Desktop - Add to Settings → Developer → Edit Config:
{
"mcpServers": {
"promptbin": {
"type": "stdio",
"command": "uvx",
"args": ["promptbin"]
}
}
}3. Start Using
That's it! PromptBin is now running:
Web UI:
http://localhost:5001- Manage and create promptsMCP Server: Ready for AI tool connections
Related MCP server: RISEN Prompt Engineering MCP Tool
Key Features
🚀 Easy setup: One command to get started
🔗 MCP integration: Full Model Context Protocol support
🌐 Web interface: Auto-launching prompt management UI
🔒 Secure sharing: Share prompts via Dev Tunnels with rate limiting
📁 Local-first: Your data stays private, stored locally
⚙️ Production-ready: Comprehensive logging and error handling
Usage Options
# Default: Run both MCP server and web interface
promptbin
# Run only MCP server (for AI tools)
promptbin --mcp
# Run only web interface (standalone)
promptbin --web
# Custom port and options
promptbin --port 8080 --data-dir ~/my-promptsDevelopment Mode
For development or customization:
git clone https://github.com/ianphil/promptbin
cd promptbin
uv sync
uv run promptbinWhat You Get
✅ Complete MCP server - Full Model Context Protocol implementation
✅ Auto-launching web UI - Prompt management interface at localhost:5000
✅ AI tool integration - Works with Claude Desktop, ChatGPT Desktop
✅ Secure sharing - Share prompts publicly via Dev Tunnels
✅ File-based storage - No database required, organized by category
✅ Cross-platform - Windows, macOS, Linux support
✅ Production-ready - Rate limiting, logging, graceful shutdown
Advanced Features
Secure Public Sharing (Optional)
PromptBin includes Microsoft Dev Tunnels integration for sharing prompts publicly:
# Install Dev Tunnels CLI
uv run promptbin-install-tunnel
# Authenticate (one-time setup)
devtunnel user login -g
# Start PromptBin, then click "Start Tunnel" in the footerNow your shared prompts get public URLs that work from anywhere. Includes automatic rate limiting and security protections.
For detailed setup instructions, see TUNNELS.md.
System Validation
# Check if your system is ready
uv run promptbin-setupAdd MCP Server to ChatGPT & Claude (Desktop)
Prereq: Install PromptBin first (pip install promptbin). The apps will launch the MCP server themselves.
ChatGPT Desktop (Mac/Windows):
Open Settings → Developer → Model Context Protocol.
Click "Add Server".
Name: PromptBin
Command:
uvxArgs:
promptbin
Claude Desktop (Mac/Windows):
Open Settings → Developer → Edit Config
"PromptBin": {
"command": "uvx",
"args": ["promptbin"]
}Notes:
After adding, you can list/search prompts via the PromptBin MCP tools. The MCP server also starts the local web UI on
http://127.0.0.1:<port>.If
uvxis not available, ensure you haveuvinstalled and usepip install promptbininstead.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ianphil/promptbin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server