Skip to content
Agent Search Engine.

Record · spec-workfloMCP serverOpen sourceVerified Sep 23, 2026

Spec Workflow MCP

Spec-driven development for AI agents: requirements, design and tasks with approvals and a live dashboard.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Teams that want an agent to plan against reviewed requirements before writing code.

Avoid if

You need active maintenance; the author notes a break from the project.

About Spec Workflow MCP

Spec Workflow MCP guides an AI assistant through a sequential spec process, from requirements to design to tasks, with an approval system for reviewing and revising each document. A real-time web dashboard and a VS Code extension show specs, tasks and progress.

Spec Workflow MCP is an open-source project written primarily in TypeScript, with 4.3k stars on GitHub. It was last updated in July 2026.

Add Spec Workflow MCP to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add spec-workflow-mcp -- npx -y @pimzino/spec-workflow-mcp@latest /path/to/your/project
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "spec-workflow-mcp": {
      "command": "npx",
      "args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "spec-workflow-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "spec-workflow-mcp": {
      "command": "npx",
      "args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.spec-workflow-mcp]
command = "npx"
args = ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Spec Workflow MCP vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Spec Workflow MCPMCP serverthis listing4.3kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Spec Workflow MCP alternatives, compared →