promptbuilder-mcp Server

MCP 서버 for Prompt Builder — 커뮤니티 저장소에서 시맨틱 검색(pgvector) 및 슬러그 기반 조회를 사용하여 프롬프트 구성 요소를 검색, 조회 및 컴파일합니다. Claude Desktop 및 Cursor와 함께 작동합니다.

문서

promptbuilder-mcp

MCP server for Prompt Builder — access your prompt vault from Claude Desktop, Cursor, and any MCP-compatible client.

Prerequisites

  • Node.js 18+
  • A Prompt Builder account with an API key (generate one at /settings)

Installation

npm install -g promptbuilder-mcp

Configuration

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"]
  }
}

Available Tools

ToolDescription
list_componentsList components by type — persona, protocol, format, template
get_componentFetch full component content by ID
search_componentsSearch components by name
list_packsList community packs by category
get_packFetch a complete pack with all resolved components

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"

License

MIT