specpack
Rank #57,165io.github.THE-KIPDEV/specpack
Audit and write CLAUDE.md / AGENTS.md / Cursor rules; generate full build specs for new projects.
specpack is a Model Context Protocol (MCP) server published by THE-KIPDEV. It ranks #57,165 of 132,113 servers tracked on MCP Toplist. specpack is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 18, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 74,948 of 132,113 servers on MCP Toplist.
Use specpack
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http specpack https://prompt-generator-website.com/mcpclaude mcp add specpack -e "SPECPACK_API_KEY=<your SPECPACK_API_KEY>" -- npx -y specpack mcpReplace each placeholder with your own value before saving.
[mcp_servers.specpack]
url = "https://prompt-generator-website.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.specpack]
command = "npx"
args = ["-y", "specpack", "mcp"]
[mcp_servers.specpack.env]
SPECPACK_API_KEY = "<your SPECPACK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://prompt-generator-website.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"specpack": {
"command": "npx",
"args": [
"-y",
"specpack",
"mcp"
],
"env": {
"SPECPACK_API_KEY": "<your SPECPACK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"specpack": {
"url": "https://prompt-generator-website.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"specpack": {
"command": "npx",
"args": [
"-y",
"specpack",
"mcp"
],
"env": {
"SPECPACK_API_KEY": "<your SPECPACK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"specpack": {
"type": "http",
"url": "https://prompt-generator-website.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"specpack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"specpack",
"mcp"
],
"env": {
"SPECPACK_API_KEY": "<your SPECPACK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"specpack": {
"serverUrl": "https://prompt-generator-website.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"specpack": {
"command": "npx",
"args": [
"-y",
"specpack",
"mcp"
],
"env": {
"SPECPACK_API_KEY": "<your SPECPACK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"specpack": {
"url": "https://prompt-generator-website.com/mcp"
}
}
}{
"mcpServers": {
"specpack": {
"command": "npx",
"args": [
"-y",
"specpack",
"mcp"
],
"env": {
"SPECPACK_API_KEY": "<your SPECPACK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.THE-KIPDEV%2Fspecpack)<a href="https://mcptoplist.com/server/io.github.THE-KIPDEV%2Fspecpack"><img src="https://mcptoplist.com/badge/io.github.THE-KIPDEV%2Fspecpack.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
THE-KIPDEV
Other servers by THE-KIPDEV
View all THE-KIPDEV servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 18, 2026 |
Frequently asked questions
- Who maintains specpack?
- specpack is maintained by THE-KIPDEV, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is specpack listed on the Official MCP Registry?
- Yes — specpack is listed on the Official MCP Registry, alongside Glama.
- How many versions does specpack have?
- MCP Toplist tracks 1 version of specpack, most recently published on Sep 18, 2026.
- Where can I find the source code for specpack?
- The source code for specpack is hosted at github.com/THE-KIPDEV/specpack.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.