Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pretty Prompt Server

БесплатноНе проверен

Exposes tools to list and save prompts from the Pretty Prompt library, enabling integration with AI editors like Cursor and Claude Desktop.

GitHubEmbed

Описание

Exposes tools to list and save prompts from the Pretty Prompt library, enabling integration with AI editors like Cursor and Claude Desktop.

README

MCP server that exposes your Pretty Prompt library to Cursor, Claude Desktop, and other MCP clients.

Tools

Tool Description
list_library_prompts List saved prompts from your library
save_to_library Save a prompt to your library

Setup

1. Generate an API key

Go to pretty-prompt.com/settings/mcp and create an API key.

2. Build

npm install
npm run build

3. Configure Cursor

Add to your Cursor MCP config (~/.cursor/mcp.json or project .cursor/mcp.json):

{
  "mcpServers": {
    "pretty-prompt": {
      "command": "npx",
      "args": ["-y", "@pretty-prompt/mcp@latest"],
      "env": {
        "PRETTY_PROMPT_API_KEY": "pp_mcp_..."
      }
    }
  }
}

For local development, override the production defaults:

"env": {
  "PRETTY_PROMPT_API_KEY": "pp_mcp_...",
  "PRETTY_PROMPT_BACKEND_URL": "http://0.0.0.0:8000",
  "PRETTY_PROMPT_SUPABASE_URL": "http://127.0.0.1:54321",
  "PRETTY_PROMPT_SUPABASE_ANON_KEY": "your-local-anon-key"
}

Environment variables

Variable Required Default Description
PRETTY_PROMPT_API_KEY Yes API key from settings (pp_mcp_...)
PRETTY_PROMPT_BACKEND_URL No https://production.pretty-prompt.com FastAPI backend URL
PRETTY_PROMPT_SUPABASE_URL No https://api.pretty-prompt.com Supabase project URL
PRETTY_PROMPT_SUPABASE_ANON_KEY No Production anon key Supabase anon key

Local development

Override env vars to point at local services:

PRETTY_PROMPT_BACKEND_URL=http://0.0.0.0:8000
PRETTY_PROMPT_SUPABASE_URL=http://127.0.0.1:54321

Ensure the backend has SUPABASE_JWT_SECRET set and the mcp_api_keys migration is applied.

from github.com/charliemday/pretty-mcp

Установка Pretty Prompt Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/charliemday/pretty-mcp

FAQ

Pretty Prompt Server MCP бесплатный?

Да, Pretty Prompt Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pretty Prompt Server?

Нет, Pretty Prompt Server работает без API-ключей и переменных окружения.

Pretty Prompt Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Pretty Prompt Server в Claude Desktop, Claude Code или Cursor?

Открой Pretty Prompt Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pretty Prompt Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai