Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"spec-workflow": {
"args": [
"-y",
"spec-workflow-mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Guide AI to systematically complete software development through a structured Requirements → Design → Tasks workflow, ensuring code implementation stays aligned with business needs.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'spec-workflow-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked spec-workflow-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for Specs Workflow Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Guide AI to systematically complete software development through a structured Requirements → Design → Tasks workflow, ensuring code implementation stays aligned with business needs.
check, even in new conversationsv1.0.7
- 🎯 Improved reliability for most models to manage tasks with spec workflow
v1.0.6
- ✨ Batch task completion: Complete multiple tasks at once for faster progress on large projects
v1.0.5
- 🐛 Edge case fixes: Distinguish between "task not found" and "task already completed" to prevent workflow interruption
v1.0.4
- ✅ Task management: Added task completion tracking for systematic project progression
v1.0.3
- 🎉 Initial release: Core workflow framework for Requirements → Design → Tasks
claude mcp add spec-workflow-mcp -s user -- npx -y spec-workflow-mcp@latest
See full installation guide for other clients.
"Help me use spec workflow to create a user authentication system"
"Use spec workflow to check ./my-project"
The AI will automatically detect project status and continue from where it left off.
You: "I need to build a user authentication system"
AI: "I'll help you create spec workflow for user authentication..."
📝 requirements.md - User stories and functional requirements
🎨 design.md - Technical architecture and design decisions
✅ tasks.md - Concrete implementation task list
After each stage, the AI requests your confirmation before proceeding, ensuring the project stays on the right track.
my-project/specs/
├── requirements.md # Requirements: user stories, functional specs
├── design.md # Design: architecture, APIs, data models
├── tasks.md # Tasks: numbered implementation steps
└── .workflow-confirmations.json # Status: automatic progress tracking
my-project/specs/
├── user-authentication/ # Auth module
├── payment-system/ # Payment module
└── notification-service/ # Notification module
You can specify any directory: "Use spec workflow to create auth docs in ./src/features/auth"
Strongly recommended to add the following prompt to your AI assistant configuration. Without it, AI may:
With this configuration, AI will intelligently use Spec Workflow to manage the entire development process.
**Configu