prd-mcp-server

Taylor180520/prd-mcp-server

3.1

If you are the rightful owner of prd-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A server designed to automatically generate Product Requirement Documents (PRD) from initial product ideas.

Tools
6
Resources
0
Prompts
0

PRD MCP Server

一个用于自动生成产品需求文档(PRD)的MCP服务器,让您快速从需求想法生成完整的产品文档。

这些工具能做什么?

🎯 一键生成完整PRD文档 - 从您的产品想法到标准化的需求文档

工具作用
generate_outline根据需求背景生成PRD大纲结构
expand_section将大纲章节扩展为详细内容
compile_sections把所有章节组合成完整文档
validate_prd检查文档质量并提供改进建议
format_prd格式化文档为标准输出
generate_test_case基于PRD生成测试用例

快速安装

1. 环境要求

  • Python 3.10+
  • Dify API密钥

2. 安装步骤

# 克隆项目
git clone https://github.com/yourusername/prd-mcp-server.git
cd prd-mcp-server

# 安装依赖
pip install -r requirements.txt

# 配置API密钥
cp config.example .env
# 编辑.env文件,填入您的Dify API密钥

# 启动服务
python server.py

3. 在Cursor中配置

在Cursor设置中添加:

{
  "mcpServers": {
    "prd-generator": {
      "command": "python",
      "args": ["path/to/server.py"],
      "env": {
        "PYTHONPATH": "path/to/prd-mcp-server"
      }
    }
  }
}

使用示例

在Cursor中直接使用:

请为我的在线教育平台生成PRD文档

系统会自动:

  1. 生成PRD大纲(等待您确认)
  2. 扩展各个章节内容
  3. 编译成完整文档
  4. 验证文档质量
  5. 输出最终PRD

许可证

MIT