Skip to content
Cursor

create starter for Cursor

io.github.starter-series/create-starter

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

client:Cursor transport:stdio runtime:npm

Install create starter in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "create-starter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "starter-series"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

create starter in other clients