No red flags found in any of the 11 categories — no credential harvesting, no data exfiltration, no curl-pipe-shell installer. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →
by joeseesun · MCP Server · ★ 647
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is mcp-prompt-server safe to install? View the security audit →
MCP Prompt Server 不知道你有没有类似痛点 积累了一大堆Prompt,但经常想不起来用。 每次用都需要复制粘贴,非常繁琐。 有人会放在AI编程工具的Rules中,可以解决一部分问题。 但我想,是否可以把常用的Prompt也做成MCP。 里面的一个个Prompt模版设计成tools,这样就能用自然语言对话就能调用各种Prompt。 上网搜了下,果然已经有类似的MCP,原版地址 https://github.com/gdli6177/mcp-prompt-server Fork了一份,把自己的常用Prompt改造一番,发现异常好用。 这个MCP的神奇效果 再也不需要复制粘贴大量提示词了。 完全用自然语言对话,自动调用Prompt生成可视化网页,设计PRD,生成标题等等 AI自动会找到合适的Prompt处理。 可以安装在Raycast、Cursor、Windsurf、Cherrystudio等任意支持MCP的工具中。 Raycast 为例,演示效果 @prompt 让写设计个产品原型并写PRD 甚至还能组个多个MCP工具,实现复杂工作流。 我让AI基于我正在浏览的内容,生成微信公众号标题。 主要功能 📦 丰富的Prompt模板:内置多种高质量Prompt,涵盖代码、写作、产品、知识卡片、网页生成、结构化总结等场景。 🛠️ 即插即用的MCP工具:所有Prompt自动注册为MCP工具,支持参数化调用,适配主流编辑器。 🔄 热加载与管理:支持一键reload,无需重启即可加载新Prompt。 🧩 极易扩展:只需添加YAML/JSON文件即可扩展新功能,无需改动主程序。 🏷️ 支持多语言与多领域:适合中英文内容、产品、教育、媒体、AI等多种应用。 目录结构 mcp-prompt-server/ ├── package.json ├── src/ │ ├── index.js # 服务器主入口 │ └── prompts/ # 所有Prompt模板目录 │ ├── gensummarize.yaml │ ├── gentitle.yaml │ ├── genhtmlwebpage.yaml │ ├── gen3dwebpagehtml.yaml │ ├── genbentogridhtml.yaml │ ├── genknowledgecardhtml.yaml │ ├── genmagazinecardhtml.yaml │ ├── genprdprototypehtml.yaml │ ├── ... # 更多Prompt模板 │ └── 更多Prompt,需要时拿出来/ # 可选扩展Prompt └─
| Stars | 647 |
| Forks | 103 |
| Language | JavaScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 63.8803708094905/100 |
| Last Updated | 2025-05-20 |
| Created | 2025-05-20 |
| Platforms | cli, mcp, node |
| Est. Tokens | ~14k |
Explore other popular mcp server tools:
mcp-prompt-server is 这是一个基于Model Context Protocol (MCP)的服务器,用于根据用户任务需求提供预设的prompt模板,帮助Cline/Cursor/Windsurf...更高效地执行各种任务。服务器将预设的prompt作为工具(tools)返回,以便在Cursor和Windsurf等编辑器中更好地使用。. It is categorized as a MCP Server with 647 GitHub stars.
mcp-prompt-server is primarily written in JavaScript.
You can find installation instructions and usage details in the mcp-prompt-server GitHub repository at github.com/joeseesun/mcp-prompt-server. The project has 647 stars and 103 forks, indicating an active community.
mcp-prompt-server is released under the MIT license, making it free to use and modify according to the license terms.