Pretty Prompt MCP Server
Pretty Prompt MCP Server
Servidor MCP que expone tu biblioteca de Pretty Prompt y el mejorador de prompts a Cursor, Claude Desktop y otros clientes MCP.
Herramientas
Herramienta | Descripción |
| Lista los prompts guardados de tu biblioteca |
| Guarda un prompt en tu biblioteca |
| Lista las carpetas de tu biblioteca |
| Crea una carpeta (opcionalmente anidada bajo una carpeta padre) |
| Renombra una carpeta existente |
| Mueve un prompt a una carpeta (o a la raíz) |
| Mejora/refina un prompt (usa tus créditos de Pretty Prompt) |
Related MCP server: prompts.chat MCP Server
Configuración
1. Genera una clave API
Ve a pretty-prompt.com/settings/mcp y crea una clave API.
2. Compilar
npm install
npm run build3. Configurar Cursor
Añade a tu configuración MCP de Cursor (~/.cursor/mcp.json o .cursor/mcp.json del proyecto):
{
"mcpServers": {
"pretty-prompt": {
"command": "npx",
"args": ["-y", "@pretty-prompt/mcp@latest"],
"env": {
"PRETTY_PROMPT_API_KEY": "pp_mcp_..."
}
}
}
}Para desarrollo local, sobrescribe los valores predeterminados de producción:
"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"
}Variables de entorno
Variable | Requerido | Predeterminado | Descripción |
| Sí | — | Clave API de la configuración ( |
| No |
| URL del backend FastAPI |
| No |
| URL del proyecto Supabase |
| No | Production anon key | Clave anónima de Supabase |
| No | enabled | Establécelo en |
| No | Production PostHog key | Sobrescribe la clave del proyecto PostHog |
Analítica
El servidor MCP envía eventos de PostHog (de tipo "fire-and-forget") para:
Evento | Cuándo |
| Cada vez que el proceso del servidor se inicia y autentica |
| Primera conexión exitosa para una clave API en esta máquina |
| Cada invocación de herramienta (nombre, éxito, duración, parámetros sanitizados) |
Los eventos se atribuyen al correo electrónico del usuario desde el token de acceso MCP. El texto del prompt nunca se envía, solo longitudes y banderas.
Deshabilítalo localmente con PRETTY_PROMPT_ANALYTICS=false.
Sobrescribe las variables de entorno para apuntar a servicios locales:
PRETTY_PROMPT_BACKEND_URL=http://0.0.0.0:8000
PRETTY_PROMPT_SUPABASE_URL=http://127.0.0.1:54321Asegúrate de que el backend tenga configurado SUPABASE_JWT_SECRET y que la migración mcp_api_keys esté aplicada.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI-native prompt management for Latitude.so with full CRUD operations, version control, file-based workflows, and direct prompt execution with streaming support.4
- AlicenseBqualityDmaintenanceProvides access to thousands of AI prompts from prompts.chat, enabling users to search, browse, and use community-curated prompts with variable substitution directly in their AI coding assistant.217833ISC
- AlicenseAqualityDmaintenanceAllows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.2023MIT
- AlicenseNot gradedqualityCmaintenanceEnables users to organize, search, and manage a shared library of prompts across AI tools via the Model Context Protocol. It supports hierarchical folder organization, tagging, and template variable substitution for dynamic prompt generation.MIT
Related MCP Connectors
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/charliemday/pretty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server