Spec Driven Development
Rank #4,199io.github.formulahendry/spec-driven-development
MCP server providing spec-driven-development capabilities
Spec Driven Development is a Model Context Protocol (MCP) server published by formulahendry. It ranks #4,199 of 115,460 servers tracked on MCP Toplist, and its repository has 437 GitHub stars. Spec Driven Development is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 28, 2025 and most recently updated on Sep 26, 2025.
Ranks ahead of 111,261 of 115,460 servers on MCP Toplist.
Use Spec Driven Development
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spec-driven-development -- npx -y mcp-server-spec-driven-development[mcp_servers.spec-driven-development]
command = "npx"
args = ["-y", "mcp-server-spec-driven-development"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"spec-driven-development": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"spec-driven-development": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"spec-driven-development": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"spec-driven-development": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"spec-driven-development": {
"command": "npx",
"args": [
"-y",
"mcp-server-spec-driven-development"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.formulahendry%2Fspec-driven-development)<a href="https://mcptoplist.com/server/io.github.formulahendry%2Fspec-driven-development"><img src="https://mcptoplist.com/badge/io.github.formulahendry%2Fspec-driven-development.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
formulahendry
Other servers by formulahendry
- Code Runner#4,447 · 3 vers
- generator-mcp#13,928
- MCP Server MCP Registry#27,470 · 1 ver
- Code Runner MCP Server for VS Code#46,781
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Sep 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Spec Driven Development?
- Spec Driven Development is maintained by formulahendry, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Spec Driven Development listed on the Official MCP Registry?
- Yes — Spec Driven Development is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Spec Driven Development have?
- MCP Toplist tracks 2 versions of Spec Driven Development, most recently published on Sep 26, 2025.
- Where can I find the source code for Spec Driven Development?
- The source code for Spec Driven Development is hosted at github.com/formulahendry/mcp-server-spec-driven-development.