PromptBin v0.1.0 - MCP Server Example
The easiest way to run a Model Context Protocol (MCP) server with full prompt management.
π Quick Start
# Install from PyPI
uv add promptbin
# Run MCP server (auto-launches web interface)
uv run promptbin-mcp⨠Features
- 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
π§ Add to AI Tools
Claude Desktop
{
"mcpServers": {
"promptbin": {
"command": "uv",
"args": ["run", "promptbin-mcp"]
}
}
}ChatGPT Desktop
- Settings β Developer β Model Context Protocol
- Add Server:
promptbin - Command:
uv, Args:run promptbin-mcp
π Documentation
- README.md - Getting started guide
- TUNNELS.md - Secure sharing setup
- CLAUDE.md - Development guidance
ποΈ What's Included
- Complete MCP server implementation
- Flask web interface with HTMX
- Microsoft Dev Tunnels integration
- Cross-platform setup automation
- Comprehensive documentation
- Production-ready configuration
Perfect for developers wanting to try MCP integration or use as a reference implementation.