Create Starter runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 15 Jul 2026.
Scaffold projects from the Starter Series templates — MCP server, Claude Code skill, and CLI.
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 create-starter -- npx -y @starter-series/create
{
"mcpServers": {
"create-starter": {
"args": [
"-y",
"@starter-series/create"
],
"command": "npx"
}
}
}
[mcp_servers.create-starter]
command = "npx"
args = ["-y", "@starter-series/create"]
{
"mcpServers": {
"create-starter": {
"args": [
"-y",
"@starter-series/create"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"create-starter": {
"args": [
"-y",
"@starter-series/create"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.