Spec Driven Development runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 26 Sep 2025.
MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add spec-driven-development -- npx -y mcp-server-spec-driven-development
{
"mcpServers": {
"spec-driven-development": {
"args": [
"-y",
"mcp-server-spec-driven-development"
],
"command": "npx"
}
}
}
[mcp_servers.spec-driven-development]
command = "npx"
args = ["-y", "mcp-server-spec-driven-development"]
{
"mcpServers": {
"spec-driven-development": {
"args": [
"-y",
"mcp-server-spec-driven-development"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"spec-driven-development": {
"args": [
"-y",
"mcp-server-spec-driven-development"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.