cli

cli

TanStack CLI - Project scaffolding, MCP server, and Agent skill installation tool.

MCPDevOpen sourceTanStackCLIMCPAgent Skills
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.3k
Source
mcp-github

Overview

TanStack CLI is an official command-line tool for creating and managing TanStack Router and Start applications. It supports full-stack SSR frameworks, type-safe routing, and various plugins (such as authentication, databases, etc.). The CLI also provides Agent-friendly JSON output, making it easy for AI/Agent systems to consume. Get started quickly with a simple npx command, ideal for developers and teams.

Capabilities

  • Create full-stack SSR applications
  • Create type-safe routing applications
  • Add multiple plugins
  • Agent-friendly JSON output

Use cases

Rapidly set up new projectsAdd features to existing projectsQuery documentation and library information

Setup

Requires: Node 环境
npx @tanstack/cli create my-app

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Run `npx @tanstack/cli create my-app` to get started.

Run `npx @tanstack/cli create my-app` to get started.

How do I disable telemetry?

Run `tanstack telemetry disable` to disable telemetry.

Related skills