Product Launch Checklist
A free launch checklist for SaaS, apps, AI tools and more.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Launch Types: Lists the launch types the checklist can be filtered by, with their keys.
- Get Checklist: Returns the product launch checklist as Markdown: phases from "before you launch" to the first month, each item with why it matters, when to skip it, tools and links. Type-specific item
- Get Item: Returns a single checklist item by id (ids appear in get_checklist output, e.g. "p3").
What data it sees
Do you need an account
No: the server works without sign-in
A free launch checklist for SaaS, apps, AI tools and more. Every step says why it matters and when you can skip it.
Product Launch Checklist is a free list for people launching software, from the moment the product works to the first month after launch. It covers SaaS, mobile apps, AI tools, browser extensions, open source projects and developer tools.
This MCP server lets an assistant walk you through your own launch one item at a time. No auth needed.
get_checklist: the checklist as Markdown, filtered by launch type and phaseget_item: one checklist item by idlist_launch_types: the launch types you can filter by
Server tool list (3)
Raw names from tools/list. Only developers need these.
| list_launch_types | Lists the launch types the checklist can be filtered by, with their keys. |
| get_checklist | Returns the product launch checklist as Markdown: phases from "before you launch" to the first month, each item with why it matters, when to skip it, tools and links. Type-specific items are only included for the launch types you pass. |
| get_item | Returns a single checklist item by id (ids appear in get_checklist output, e.g. "p3"). |