mcpbeat Sign in

Create Starter MCP Server

by starter-series Your server? Claim it
local only

Create Starter runs on your own machine — the client starts it, so there is no endpoint to ping. 256 installs a week from npm. Last commit 16 Sep 2026.

Scaffold Starter Series projects and check release, deployment, security, and agent instructions.

Installs per day peak 13 · avg 4 · +36% w/w
a month agotoday
256
Installs / week
npm · @starter-series/create
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Create Starter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add create-starter -- npx -y @starter-series/create
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "create-starter": {
      "args": [
        "-y",
        "@starter-series/create"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.create-starter]
command = "npx"
args = ["-y", "@starter-series/create"]
.cursor/mcp.json
{
  "mcpServers": {
    "create-starter": {
      "args": [
        "-y",
        "@starter-series/create"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "create-starter": {
      "args": [
        "-y",
        "@starter-series/create"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Create Starter

same job, measured the same way
Website Starter
by websitestarter

Create Markdown instructions for AI agents to build, deploy, and maintain an Astro website.

4 tools answering
RationalBloks
by rationalbloks

Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.

215 installs/wk 49 tools answering
MCP Docker Release Information
by dockersamples

MCP server providing Docker Desktop release notes and security information.

local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering
InsForge
by insforge

MCP server for InsForge BaaS — database, storage, edge functions, and deployments

461 installs/wk answering
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Railway MCP
by railway

Develop, manage, and debug Railway projects, services, and deployments from within agents.

answering

Create Starter — questions

Answers built from our own checks of this server.

Why is there no uptime for Create Starter?
Create Starter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @starter-series/create was installed 256 times last week.
How do I connect Create Starter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @starter-series/create straight from npm; nothing to host, nothing to sign up for.
How many people use Create Starter?
The npm package @starter-series/create was installed 256 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Create Starter open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.