Specflow
Freeby MCP Community
MCP server for spec-driven development workflow with real-time web dashboard
v3.6.1Added Apr 12, 2026
mcpmodel-context-protocolspec-workflowai-developmentclaude
Specflow MCP Server
MCP server for spec-driven development workflow with real-time web dashboard
Installation
Reviews
Installation
Quick install
npx -y @lbruton/specflow
Add to claude_desktop_config.json
{
"mcpServers": {
"specflow": {
"command": "npx",
"args": ["-y", "@lbruton/specflow"]
}
}
}