Skip to main content
Glama

Spec Workflow MCP

by kingkongshot

Spec Workflow MCP

English | 简体中文

An intelligent MCP server for managing software project specifications through a structured workflow of requirements, design, and implementation documents.

What is Spec Workflow MCP?

Spec Workflow MCP helps development teams maintain high-quality project documentation by providing an AI-powered workflow that guides you through creating comprehensive specifications.

❌ Without Spec Workflow MCP

  • Inconsistent documentation across projects
  • Missing critical requirements details
  • Unstructured design decisions
  • Unclear implementation tasks
  • Manual tracking of document completion
  • AI jumps between tasks randomly without structure
  • No connection between requirements and actual code implementation

✅ With Spec Workflow MCP

  • Standardized document templates for requirements, design, and tasks
  • AI-guided document generation based on best practices
  • Automatic progress tracking and workflow management
  • Smart validation of document completeness
  • Seamless integration with Claude and other MCP-compatible tools
  • AI follows task order systematically, completing one before moving to the next
  • Requirements → Design → Tasks workflow ensures code aligns with business needs

Installation

Requirements

  • Node.js ≥ v18.0.0
  • npm or yarn
  • Claude Desktop or any MCP-compatible client

Quick Start with npx

npx spec-workflow-mcp@latest

Install in Different MCP Clients

Use the Claude CLI to add the MCP server:

claude mcp add spec-workflow-mcp -s user -- npx -y spec-workflow-mcp@latest
Claude Desktop

Add to your Claude Desktop configuration:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{ "mcpServers": { "spec-workflow": { "command": "npx", "args": ["-y", "spec-workflow-mcp@latest"] } } }
Cursor

Add to your Cursor configuration (~/.cursor/config.json):

{ "mcpServers": { "spec-workflow": { "command": "npx", "args": ["-y", "spec-workflow-mcp@latest"] } } }
Windsurf (Codeium)

Add to your Windsurf configuration (~/.codeium/windsurf/mcp_config.json):

{ "mcpServers": { "spec-workflow": { "command": "npx", "args": ["-y", "spec-workflow-mcp@latest"], "env": {}, "autoApprove": [], "disabled": false, "timeout": 60, "transportType": "stdio" } } }
VS Code (with MCP extension)

Add to your VS Code settings (settings.json):

{ "mcp.servers": { "spec-workflow": { "command": "npx", "args": ["-y", "spec-workflow-mcp@latest"] } } }
Zed

Add to your Zed configuration (~/.config/zed/settings.json):

{ "assistant": { "version": "2", "mcp": { "servers": { "spec-workflow": { "command": "npx", "args": ["-y", "spec-workflow-mcp@latest"] } } } } }

Install from Source

git clone https://github.com/kingkongshot/specs-mcp.git cd specs-mcp npm install npm run build

Then add to Claude Desktop configuration:

{ "mcpServers": { "spec-workflow": { "command": "node", "args": ["/absolute/path/to/specs-mcp/dist/index.js"] } } }

Usage

Once installed, the MCP server provides the following commands through Claude:

Initialize a New Feature

Initialize spec workflow for "user authentication feature"

This creates a structured requirements document with sections for:

  • Feature overview
  • User stories
  • Functional requirements
  • Non-functional requirements
  • Technical constraints

Check Progress and Generate Next Document

Check spec workflow progress

The server analyzes your current documentation and:

  • Shows completion status for each section
  • Identifies missing or incomplete areas
  • Automatically generates the next document in the workflow

Complete Tasks

Complete task #3 in the implementation plan

Mark specific tasks as completed and track overall progress.

Skip Stages

Skip the design stage and go to implementation

Flexibility to adapt the workflow to your project needs.

Workflow Stages

  1. Requirements Gathering → 2. System Design → 3. Implementation Planning

Each stage has:

  • Structured templates
  • Validation rules
  • AI-powered content generation
  • Progress tracking

Features

  • 📝 Smart Templates: Pre-defined document structures following best practices
  • 🤖 AI-Powered Generation: Intelligent content suggestions based on your project context
  • Progress Tracking: Visual progress indicators and completion tracking
  • 🔄 Flexible Workflow: Skip stages or adapt the process to your needs
  • 📊 Quality Validation: Automatic checks for document completeness
  • 🔗 MCP Integration: Works seamlessly with Claude and other MCP clients
  • 🎯 Sequential Task Execution: AI completes tasks in order, maintaining focus and context
  • 🔄 Requirements-Driven Development: From business needs to code implementation in structured steps

Example Workflow

  1. Start with a feature idea:
    "I need to build a user authentication system"
  2. Initialize the workflow:
    Initialize spec workflow for "user authentication"
  3. Review and enhance the generated requirements
  4. Check progress and generate design document:
    Check workflow progress
  5. Continue through design and implementation stages
  6. Track task completion:
    Complete task #1: Set up authentication database schema

Development

Build from Source

npm install npm run build

Run in Development Mode

npm run dev

Run Tests

npm test

Debug with MCP Inspector

npm run inspector

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE file for details


Built with ❤️ using the Model Context Protocol

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

An intelligent MCP server that helps development teams maintain high-quality project documentation by providing an AI-powered workflow for creating comprehensive specifications through requirements, design, and implementation documents.

  1. What is Spec Workflow MCP?
    1. ❌ Without Spec Workflow MCP
    2. ✅ With Spec Workflow MCP
  2. Installation
    1. Requirements
    2. Quick Start with npx
    3. Install in Different MCP Clients
    4. Install from Source
  3. Usage
    1. Initialize a New Feature
    2. Check Progress and Generate Next Document
    3. Complete Tasks
    4. Skip Stages
  4. Workflow Stages
    1. Features
      1. Example Workflow
        1. Development
          1. Build from Source
          2. Run in Development Mode
          3. Run Tests
          4. Debug with MCP Inspector
        2. Contributing
          1. License
            1. Links

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
                Last updated -
                11
                61
                TypeScript
                • Linux
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server that helps teams create, manage, and access structured project documentation through six core document types, leveraging AI to generate comprehensive project knowledge management.
                Last updated -
                5
                45
                98
                TypeScript
              • A
                security
                F
                license
                A
                quality
                An intelligent MCP server that orchestrates multiple MCP servers with AI-enhanced workflow automation and production-ready context engine capabilities for codebase analysis.
                Last updated -
                3
                TypeScript
              • -
                security
                F
                license
                -
                quality
                An AI-powered MCP server that provides development tools for code analysis, documentation, and project management including code pattern extraction, humorous code reviews, TODO scanning, and PRD generation.
                Last updated -
                2
                JavaScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/kingkongshot/specs-workflow-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server