create-starter
Rank #43,120io.github.starter-series/create-starter
Scaffold projects from the Starter Series templates — MCP server, Claude Code skill, and CLI.
create-starter is a Model Context Protocol (MCP) server published by starter-series. It ranks #43,120 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. create-starter is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 10, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 72,471 of 115,591 servers on MCP Toplist.
Use create-starter
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add create-starter -- npx -y @starter-series/create[mcp_servers.create-starter]
command = "npx"
args = ["-y", "@starter-series/create"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"create-starter": {
"command": "npx",
"args": [
"-y",
"@starter-series/create"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"create-starter": {
"command": "npx",
"args": [
"-y",
"@starter-series/create"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"create-starter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@starter-series/create"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"create-starter": {
"command": "npx",
"args": [
"-y",
"@starter-series/create"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"create-starter": {
"command": "npx",
"args": [
"-y",
"@starter-series/create"
]
}
}
}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.starter-series%2Fcreate-starter)<a href="https://mcptoplist.com/server/io.github.starter-series%2Fcreate-starter"><img src="https://mcptoplist.com/badge/io.github.starter-series%2Fcreate-starter.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
starter-series
Other servers by starter-series
View all starter-series servers →Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | Jun 10, 2026 |
Frequently asked questions
- Who maintains create-starter?
- create-starter is maintained by starter-series, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is create-starter listed on the Official MCP Registry?
- Yes — create-starter is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does create-starter have?
- MCP Toplist tracks 1 version of create-starter, most recently published on Jun 10, 2026.
- Where can I find the source code for create-starter?
- The source code for create-starter is hosted at github.com/starter-series/create-starter.