
promptbuilder-mcp
โ 1from themechbro
MCP server for Prompt Builder โ search, retrieve, and compile prompt components from a community vault using semantic search (pgvector) and slug-based lookup. Works with Claude Desktop and Cursor.
promptbuilder-mcp
MCP server for Prompt Builder โ access your prompt vault from Claude Desktop, Cursor, and any MCP-compatible client.
Available Tools
| Tool | Description |
|---|---|
list_components | List components by type โ persona, protocol, format, template |
get_component | Fetch full component content by ID |
search_components | Search components by name |
list_packs | List community packs by category |
get_pack | Fetch a complete pack with all resolved components |
npm install -g promptbuilder-mcpPrerequisites
- Node.js 18+
- A Prompt Builder account with an API key (generate one at
/settings)
Installation
npm install -g promptbuilder-mcpConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"promptbuilder": {
"command": "promptbuilder-mcp",
"args": ["--key", "pb_your_api_key"]
}
}
}Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to Cursor MCP settings:
{
"promptbuilder": {
"command": "promptbuilder-mcp",
"args": ["--key", "pb_your_api_key"]
}
}Example Usage in Claude
"Load my HR Business Partner persona from Prompt Builder"
"Find a code review protocol in my vault"
"Get the Employee Performance Review pack"
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
MIT