by TanStack
Command‑line utilities for creating and managing TanStack Start full‑stack SSR apps, TanStack Router SPAs, and installing ecosystem add‑ons and libraries.
TanStack CLI enables rapid project scaffolding, add‑on installation, and library discovery for the TanStack ecosystem. It streamlines the setup of TanStack Start applications, router‑only SPAs, and integrates popular services such as Clerk, Drizzle, and TanStack Query.
# Create a new TanStack Start app (default SSR)
npx @tanstack/cli create my-app
# Create a router‑only SPA (no SSR)
npx @tanstack/cli create my-app --router-only
# Create an app with specific add‑ons
npx @tanstack/cli create my-app --add-ons clerk,drizzle,tanstack-query
# Add add‑ons to an existing project
npx @tanstack/cli add clerk drizzle
# List available add‑ons
npx @tanstack/cli create --list-add-ons
# Agent‑friendly JSON introspection
npx @tanstack/cli create --addon-details tanstack-query --json
npx @tanstack/cli libraries --json
npx @tanstack/cli search-docs "loaders" --library router --framework react --json
Q: Do I need to install the CLI globally?
A: No. Use npx @tanstack/cli for one‑off commands; the package will be fetched automatically.
Q: Can I scaffold a project without SSR?
A: Yes. Use the --router-only flag to generate a SPA version.
Q: How do I discover which add‑ons are available?
A: Run npx @tanstack/cli create --list-add-ons or consult the documentation.
Q: Is there a way to get machine‑readable output?
A: Append --json to supported commands for JSON‑formatted results.
Q: Where can I report issues or contribute? A: Use the GitHub repository’s Issues, Discussions, and the CONTRIBUTING guide.
Create and manage TanStack Router and Start applications.
npx @tanstack/cli create my-app
--router-only for SPA)# Create TanStack Start app (recommended)
npx @tanstack/cli create my-app
# Create Router-only SPA (no SSR)
npx @tanstack/cli create my-app --router-only
# With add-ons
npx @tanstack/cli create my-app --add-ons clerk,drizzle,tanstack-query
# Add to existing project
npx @tanstack/cli add clerk drizzle
# List available add-ons
npx @tanstack/cli create --list-add-ons
# Agent-friendly introspection
npx @tanstack/cli create --addon-details tanstack-query --json
npx @tanstack/cli libraries --json
npx @tanstack/cli search-docs "loaders" --library router --framework react --json
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.