charliemday

Pretty Prompt MCP Server

Community charliemday
Updated

Pretty Prompt MCP Server

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/mcpand 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_keysmigration is applied.

MCP Server · Populars

MCP Server · New

    openfate-ai

    @openfate/bazi-mcp

    OpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.

    Community openfate-ai
    mohitagw15856

    🧠 PM Skills — 454 Professional Agent Skills for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes

    In Anthropic's official Claude plugin directory · 400 professional Agent Skills (PRDs, launches, compliance, CVs & more) for Claude, ChatGPT, Gemini, Cursor & Codex. Try free in-browser, or 'npx pm-claude-skills add'.

    Community mohitagw15856
    kagan-sh

    kagan-legacy

    The Orchestration Layer for AI Coding Agents

    Community kagan-sh
    cbtw-apac

    QDrant Loader

    Enterprise-ready vector database toolkit for building searchable knowledge bases from multiple data sources. Supports multi-project management, automatic ingestion from Confluence/JIRA/Git, intelligent file conversion (PDF/Office/images), and semantic search. Includes MCP server for seamless AI assistant integration.

    Community cbtw-apac
    aks129

    HealthClaw Guardrails

    Open-source guardrails between AI agents and FHIR clinical data — PHI redaction, immutable audit, step-up auth, tenant isolation. MCP server + OpenAI/Gemini adapters. A healthclaw.io project.

    Community aks129