# ixartz/Next-js-Boilerplate | Model Context Protocol (MCP) Server > 🚀🎉📚 Nextjs Boilerplate and Starter with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚡️ Made with developer experience first: Next.js 16 + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Sentry + PostCSS + Tailwind CSS ✨ - **Stars**: ⭐ 12,909 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Next-js-Boilerplate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Next-js-Boilerplate" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Next-js-Boilerplate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Next-js-Boilerplate" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Next-js-Boilerplate` - **Docker**: `docker run -i --rm mcp/Next-js-Boilerplate`