Back to Apps

Spec-Driven Development MCP Server
Supports UIby formulahendry
Structured workflow for requirements, design, and code generation using the EARS format to eliminate vibe coding.
0 stars
Works in:Cursor
Exposes:Prompts
What it does
This server transforms the development process from intuition-based 'vibe coding' into a systematic, spec-driven workflow. It provides structured prompts that guide an AI through the essential stages of software creation: generating precise requirements, translating those requirements into a technical design, and finally implementing the code.
Tools
generate-requirements: Creates a structuredrequirements.mdfile using the industry-standard EARS (Easy Approach to Requirements Syntax) format.generate-design-from-requirements: Analyzesrequirements.mdto produce a detaileddesign.mddocument.generate-code-from-design: Implementation tool that readsdesign.mdand generates the final production code in the root folder.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"spec-driven": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development@latest"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
npx -y mcp-server-spec-driven-development@latestInformation
- Pricing
- free
- Published
- 5/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry: {"mcpServers": {"spec-driven": {"command": "npx", "args": ["-y", "mcp-server-spec-driven-development@latest"]}}}Claude Desktop
{
"mcpServers": {
"spec-driven": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development@latest"
]
}
}
}





