A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server packaged as Claude DXT app for automated Product Requirements Document generation from README files

A simple Claude Desktop Extension (DXT) that generates Product Requirements Documents (PRDs) from README files with a single click.
This extension provides a simple tool that:
npm install -g @anthropic-ai/dxtprd-generator.dxt file from the releases.dxt file into the window or click "Upload"# Clone the repository
git clone https://github.com/yourusername/prd-generator-dxt.git
cd prd-generator-dxt
# Install dependencies
npm install
# Test the server
npm start
# Package the extension
npx @anthropic-ai/dxt pack
After installation, you can use the extension in Claude Desktop:
Generate a PRD from my README at /path/to/your/readme.md
The extension will:
prd-generator/
├── server/
│ └── index.js # Main MCP server code
├── manifest.json # Extension configuration
├── package.json # Node.js dependencies
├── package-lock.json # Dependency lock file
└── README.md # This file
# Start the MCP server
npm start
# Or run directly
node server/index.js
# Package into .dxt file
npx @anthropic-ai/dxt pack
The extension generates PRDs with the following structure:
# Product Requirements Document
## Project Overview
Based on: [README file path]
## Description
[First 5 lines from README]
## Key Features
- Feature extraction from README
- Automated PRD generation
- Time-saving documentation
## Technical Requirements
- Node.js runtime
- File system access
- README file parsing
Generated on: [ISO timestamp]
git checkout -b feature/amazing-featuregit commit -m 'Add amazing feature'git push origin feature/amazing-featureThis project is licensed under the MIT License - see the LICENSE file for details.
Note: This is a basic implementation demonstrating Claude Desktop Extensions. For production use, consider adding error handling, input validation, and more sophisticated README parsing.
.dxt fileClaude Code plugin to generate comprehensive Product Requirements Documents (PRDs)
A friendly assistant for Claude that interviews you and writes a professional Product Requirements Document (PRD) — the
AI-powered Product Requirements Document manager — MCP server, Next.js dashboard, Claude chat, dependency graphs, real-t
Curated collection of optimized prompts for development, business, and creative tasks