# unicodeveloper/awesome-nextjs | Model Context Protocol (MCP) Server > :notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications) - **Stars**: ⭐ 11,064 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-nextjs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-nextjs" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-nextjs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-nextjs" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-nextjs` - **Docker**: `docker run -i --rm mcp/awesome-nextjs`