The official TanStack CLI - Project Scaffolding, MCP Server, Agent Skills Installation, etc
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"TanStack/cli"
]
}
}
}
Run in terminal:
claude mcp add cli npx -y TanStack/cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"TanStack/cli"
]
}
}
}