MCP server for AI agents to create TanStack Start projects.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"tanstack": {
"command": "npx",
"args": ["@tanstack/cli", "mcp"]
}
}
}
Restart Claude Desktop. Then:
"Create a TanStack Start project called 'my-app' with Clerk auth and Drizzle ORM"
# Stdio (default, for MCP clients)
tanstack mcp
# HTTP/SSE
tanstack mcp --sse --port 8080
| Tool | Description |
|---|---|
| listTanStackIntegrations | Get available integrations |
| createTanStackApplication | Create a project |
See Tools Reference for parameters and examples.