Pretty Prompt MCP Server
Pretty Prompt MCP 服务器
MCP 服务器,将您的 Pretty Prompt 库和提示词改进器暴露给 Cursor、Claude Desktop 及其他 MCP 客户端。
工具
工具 | 描述 |
| 列出库中已保存的提示词 |
| 将提示词保存到库中 |
| 列出库中的文件夹 |
| 创建一个文件夹(可选择嵌套在父文件夹下) |
| 重命名现有文件夹 |
| 将提示词移动到文件夹中(或移至根目录) |
| 改进/优化提示词(消耗您的 Pretty Prompt 额度) |
Related MCP server: prompts.chat MCP Server
设置
1. 生成 API 密钥
前往 pretty-prompt.com/settings/mcp 创建一个 API 密钥。
2. 构建
npm install
npm run build3. 配置 Cursor
添加到您的 Cursor MCP 配置(~/.cursor/mcp.json 或项目中的 .cursor/mcp.json):
{
"mcpServers": {
"pretty-prompt": {
"command": "npx",
"args": ["-y", "@pretty-prompt/mcp@latest"],
"env": {
"PRETTY_PROMPT_API_KEY": "pp_mcp_..."
}
}
}
}对于本地开发,覆盖生产默认值:
"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"
}环境变量
变量 | 必需 | 默认值 | 描述 |
| 是 | — | 来自设置的 API 密钥( |
| 否 |
| FastAPI 后端 URL |
| 否 |
| Supabase 项目 URL |
| 否 | 生产环境匿名密钥 | Supabase 匿名密钥 |
| 否 | 已启用 | 设置为 |
| 否 | 生产环境 PostHog 密钥 | 覆盖 PostHog 项目密钥 |
分析
MCP 服务器会发送 PostHog 事件(即发即忘),包括:
事件 | 触发时机 |
| 每次服务器进程启动并完成身份验证时 |
| 该机器上某个 API 密钥首次成功连接时 |
| 每次工具调用时(名称、成功与否、耗时、经过处理的参数) |
事件会关联到 MCP 访问令牌对应的用户邮箱。提示词文本永远不会被发送——仅发送长度和标志位。
通过 PRETTY_PROMPT_ANALYTICS=false 在本地禁用。
覆盖环境变量以指向本地服务:
PRETTY_PROMPT_BACKEND_URL=http://0.0.0.0:8000
PRETTY_PROMPT_SUPABASE_URL=http://127.0.0.1:54321确保后端已设置 SUPABASE_JWT_SECRET 并应用了 mcp_api_keys 迁移。
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