The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cli": {
"args": [
"-y",
"@tanstack/cli"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Create and manage TanStack Router and Start applications.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@tanstack/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @tanstack/cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
MCP Security Weekly
Get CVE alerts and security updates for Cli and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
TanStack CLI sends anonymous usage telemetry by default.
CI, or when DO_NOT_TRACK=1 or TANSTACK_CLI_TELEMETRY_DISABLED=1Manage it with:
tanstack telemetry status
tanstack telemetry disable
tanstack telemetry enable