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.
Teams that want an agent to plan against reviewed requirements before writing code.
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 Code
claude mcp add spec-workflow-mcp -- npx -y @pimzino/spec-workflow-mcp@latest /path/to/your/projectCursor
{
"mcpServers": {
"spec-workflow-mcp": {
"command": "npx",
"args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
}
}
}VS Code
{
"servers": {
"spec-workflow-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
}
}
}Claude Desktop
{
"mcpServers": {
"spec-workflow-mcp": {
"command": "npx",
"args": ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]
}
}
}Codex
[mcp_servers.spec-workflow-mcp]
command = "npx"
args = ["-y", "@pimzino/spec-workflow-mcp@latest", "/path/to/your/project"]Spec Workflow MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Spec Workflow MCPthis listing | 4.3k | TypeScript | GPL-3.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
