Help

MCP Migration

tanstack mcp has been removed from the CLI.

Use direct CLI commands for agent introspection and automation.

Command Mapping

Old MCP ToolNew CLI Command
listTanStackAddOnstanstack create --list-add-ons --framework React --json
getAddOnDetailstanstack create --addon-details drizzle --framework React --json
createTanStackApplicationtanstack create my-app --framework React --add-ons drizzle,clerk
tanstack_list_librariestanstack libraries --json
tanstack_doctanstack doc query framework/react/overview --json
tanstack_search_docstanstack search-docs "server functions" --library start --json
tanstack_ecosystemtanstack ecosystem --category database --json

Use JSON output for deterministic parsing:

sh
tanstack create --list-add-ons --framework React --json
tanstack create --addon-details tanstack-query --framework React --json
tanstack libraries --json
tanstack search-docs "loaders" --library router --framework react --json
tanstack ecosystem --category auth --json

Important Notes

  • The CLI MCP server is removed and will not be restored.
  • Existing MCP client configs pointing to @tanstack/cli mcp will break and should be removed.
  • The app-level mcp add-on is still available for projects that want to host their own MCP endpoints.