Skip to content

Spec Cli

Free

by MCP Community

MCP server for managing spec workflow (requirements, design, implementation)

v1.12.3Added Apr 12, 2026
mcpworkflowspecrequirementsdesign
Works with:ClaudeGPTGeminiCopilot

Spec Cli MCP Server

MCP server for managing spec workflow (requirements, design, implementation)

Installation

npx -y mcp-spec-cli

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-spec-cli
Add to claude_desktop_config.json
{
  "mcpServers": {
    "spec-cli": {
      "command": "npx",
      "args": ["-y", "mcp-spec-cli"]
    }
  }
}